Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 670 Bytes

File metadata and controls

13 lines (8 loc) · 670 Bytes

Storybook

Storybook is a development environment for UI components. It allows you to browse a component library, view the different states of each component, and interactively develop and test components.

Storybook runs outside of your app. This allows you to develop UI components in isolation, which can improve component reuse, testability, and development speed. You can build quickly without having to worry about application-specific dependencies.

To view, edit and build components with Storybook executing the below command:

yarn run storybook

Learn more about using and configuring it here