about summary refs log tree commit diff
path: root/storybook/stories/loading_indicator.story.jsx
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-12 12:09:37 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-12 12:09:37 +0200
commite2ff39bf5db8cecd2bbe348dc2c3cf431a6d36ec (patch)
treee8df2d7353fc6240262c0b9ea731f0201cfb0352 /storybook/stories/loading_indicator.story.jsx
parent8d8ef18bb6ae119c6962c1e19c2026908776c7c7 (diff)
parentffaba617d219b688f84b63b27cd35528eaa2bcff (diff)
Merge branch 'kschaper-react-storybook'
Diffstat (limited to 'storybook/stories/loading_indicator.story.jsx')
-rw-r--r--storybook/stories/loading_indicator.story.jsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/storybook/stories/loading_indicator.story.jsx b/storybook/stories/loading_indicator.story.jsx
new file mode 100644
index 000000000..d169e4f55
--- /dev/null
+++ b/storybook/stories/loading_indicator.story.jsx
@@ -0,0 +1,6 @@
+import LoadingIndicator from '../../app/assets/javascripts/components/components/loading_indicator.jsx'
+
+storiesOf('LoadingIndicator', module)
+  .add('default state', () => (
+    <LoadingIndicator />
+  ));