React Storybook
![Storybook Slack](https://storybooks-slackin.herokuapp.com/badge.svg)
React Storybook is a UI development environment for your React components. With it, you can visualize different states of your UI components and develop them interactively.
![React Storybook Screenshot](https://github.com/kadirahq/react-storybook/raw/HEAD/docs/demo.gif)
React Storybook runs outside of your app. So you can develop UI components in isolation without worrying about app specific dependencies and requirements.
Getting Started
npm i -g getstorybook
cd my-react-app
getstorybook
For more information visit: https://getstorybook.io
React Storybook also comes with a lot of addons and a great API to customize as you wish. You can also build a static version of your storybook and deploy it anywhere you want.
Here are some featured storybooks that you can reference to see how Storybook works:
Docs