Skip to content

Commit

Permalink
Add Spinner component to storybook (#18145)
Browse files Browse the repository at this point in the history
  • Loading branch information
brentswisher authored and hypest committed Nov 4, 2019
1 parent 1d8babe commit 2dc4109
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/components/src/spinner/stories/index.js
@@ -0,0 +1,12 @@
/**
* Internal dependencies
*/
import Spinner from '../';

export default { title: 'Spinner', component: Spinner };

export const _default = () => {
return (
<Spinner />
);
};

0 comments on commit 2dc4109

Please sign in to comment.