You are on page 1of 1

Introduction

Storybook is a UI development environment and playground for UI components. The


tool enables users to create components independently and showcase components
interactively in an isolated development environment.

Storybook runs outside of the main app so users can develop UI components in
isolation without worrying about app specific dependencies and requirements.

Storybook also supports a lot of addons and comes with a flexible API to customize
Storybook as desired. A Static version of Storybook can also be built and deployed to
an HTTP server.

Here are some featured Storybooks to see how it works:

You might also like