setup React Storybook; add example story for LoadingIndicator component
This commit is contained in:
parent
77efdfa110
commit
71e7537330
4 changed files with 29 additions and 4 deletions
6
storybook/stories/loading_indicator.story.jsx
Normal file
6
storybook/stories/loading_indicator.story.jsx
Normal file
|
@ -0,0 +1,6 @@
|
|||
import LoadingIndicator from '../../app/assets/javascripts/components/components/loading_indicator.jsx'
|
||||
|
||||
storiesOf('LoadingIndicator', module)
|
||||
.add('default state', () => (
|
||||
<LoadingIndicator />
|
||||
));
|
Loading…
Add table
Add a link
Reference in a new issue