-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Smith
authored and
David Smith
committed
Feb 15, 2018
1 parent
6b4afec
commit 8c7a61d
Showing
9 changed files
with
9,970 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"presets": ["env"] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# Library files | ||
lib | ||
|
||
# Logs | ||
logs | ||
*.log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Oops, something went wrong.