@exemplar/storybook
v2.0.0
Published
Documentation Rocket Fuel for your components using Storybook.
Downloads
8
Readme
@exemplar/storybook
Add storybook
and exemplar
to your package
npm i --save-dev @exemplar/storybook @storybook/react@4 @storybook/addons
Add storybook scripts to your package.json
:
{
"scripts": {
"storybook": "start-storybook -p 9001 -c ./node_modules/@exemplar/storybook"
}
}
Before you can run storybook you will need create some @exemplar
style
examples: see the example structure in a nutshell