Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 570 Bytes

Storybook.md

File metadata and controls

11 lines (7 loc) · 570 Bytes

Strorybook

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