From ce1a8391a0c6e1b52dd44048027d37ce0fb8b73e Mon Sep 17 00:00:00 2001 From: chhavi Date: Wed, 27 Jun 2018 19:50:10 +0530 Subject: [PATCH] Add a short description --- stories/index.stories.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/stories/index.stories.js b/stories/index.stories.js index 51dcb0f4..dcf00803 100644 --- a/stories/index.stories.js +++ b/stories/index.stories.js @@ -10,6 +10,21 @@ import {Badge, Button, Breadcrumb, Label, Modal} from '../components'; import '../less/styles.less'; // Stories of components +storiesOf('Welcome', module) + .add('Hey there 👋', withInfo('')(() => ( +
+

{'MusicBrainz UI Library'}

+

+ {'This storybook is around to help you find your way around our UI components. We hope it will help us maintain a scalable and consistent visual system for UI development. Look around and feel free to reach out to us on IRC #metabrainz to talk about it! 😀'} +

+

{'Some quick links:'}

+
  • {'MusicBrainz'}
  • +
  • {'GitHub Repo'}
  • +
  • {'Bug Tracker'}
  • +
  • {'Twitter'}
  • +
    + ))); + storiesOf('Badge', module) .add('Default', withInfo('')(() => (