Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Storybook by Nicklas Knell DarmstadtJS cosee GmbH

Storybook by Nicklas Knell DarmstadtJS cosee GmbH

Overview about Storybook, its use-cases and its features.

Nicklas

June 25, 2019
Tweet

More Decks by Nicklas

Other Decks in Programming

Transcript

  1. Why you might wanna use Storybook! → Managing many components

    → Building components in isolation → Enforcing a consistent design across one or more projects
  2. How does it work? Storybook is just a web app

    that you also can serve as static app.
  3. “Did you know that a whopping 18% of Storybook support

    issues are related to configuration problems?!” - Michael Shilman
  4. Knobs text boolean number number in range color files object

    array select radio buttons options date
  5. Notes With Notes you can write simple text or markdown

    to improve your components documentation.
  6. Links If your component is a composition of other components,

    you can link the stories of them in your story.
  7. + Stories are written super fast + Addons provide an

    huge amount of features + Easily browse and mock your components - Setup can be a hell of a ride Conclusion