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 gziolo committed Oct 29, 2019
1 parent bd8dc3b commit 9158c3c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/components/src/spinner/stories/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* Internal dependencies
*/
import Spinner from '../';

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

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

0 comments on commit 9158c3c

Please sign in to comment.