Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
David Smith authored and David Smith committed Feb 15, 2018
1 parent 6b4afec commit 8c7a61d
Show file tree
Hide file tree
Showing 9 changed files with 9,970 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["env"]
}

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Library files
lib

# Logs
logs
*.log
Expand Down
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Source Files
src

# Lock Files
package-lock.json

# Git Files
.gitignore
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# storybook-platform-specific-extensions
Allows react and react native to access storybook using platform specific extensions

Storybook Platform Specific extensions
=========

A small library that allows react and react native to access storybook using platform specific extensions

## Installation

`npm install @smtih/storybook-platform-specific-extensions`

## Usage

import { storybookComponent } from "@smtih/storybook-platform-specific-extensions"
Loading

0 comments on commit 8c7a61d

Please sign in to comment.