UNPKG

@roo-ui/components

Version:

8 lines 369 B
import React from 'react'; import { storiesOf } from '@storybook/react'; import { withDocs } from 'storybook-readme'; import LoadingIndicator from './LoadingIndicator'; import README from './README.md'; storiesOf('Components|LoadingIndicator', module).addDecorator(withDocs(README)).add('default', function () { return React.createElement(LoadingIndicator, null); });