Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .storybook/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { configure } from '@kadira/storybook';

function loadStories() {
require('../stories');
}

configure(loadStories, module);
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ npm start

Then open [`localhost:8000`](http://localhost:8000) in a browser.

## Demo & Examples via React Storybook

We have to build the package, then you can run storybook.

```bash
npm run build
npm run storybook
```

Then open [`localhost:6006`](http://localhost:6006) in a browser.


## Installation via NPM

Expand Down
Loading