1 | # React Storybook [](https://travis-ci.org/storybooks/react-storybook) [](https://badge.fury.io/js/%40kadira%2Fstorybook) [](https://storybooks-slackin.herokuapp.com/)
|
2 |
|
3 | 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.
|
4 |
|
5 | 
|
6 |
|
7 | React Storybook runs outside of your app. So you can develop UI components in isolation without worrying about app specific dependencies and requirements.
|
8 |
|
9 | ## Getting Started
|
10 |
|
11 | ```js
|
12 | npm i -g getstorybook
|
13 | cd my-react-app
|
14 | getstorybook
|
15 | ```
|
16 |
|
17 | For more information visit: https://getstorybook.io
|
18 |
|
19 | ---
|
20 |
|
21 | React Storybook also comes with a lot of [addons](https://getstorybook.io/docs/addons/introduction) and a great API to customize as you wish. You can also build a [static version](https://getstorybook.io/docs/basics/exporting-storybook) of your storybook and deploy it anywhere you want.
|
22 |
|
23 | Here are some featured storybooks that you can reference to see how Storybook works:
|
24 |
|
25 | * [React Button](http://kadira-samples.github.io/react-button) - [source](https://github.com/kadira-samples/react-button)
|
26 | * [Demo of React Dates](http://airbnb.io/react-dates/) - [source](https://github.com/airbnb/react-dates)
|
27 | * [Demo of React Native Web](http://necolas.github.io/react-native-web/storybook/) - [source](https://github.com/necolas/react-native-web)
|
28 |
|
29 | ## Docs
|
30 |
|
31 | * [Basics](https://getstorybook.io/docs/basics/introduction)
|
32 | * [Configurations](https://getstorybook.io/docs/configurations/default-config)
|
33 | * [Addons](https://getstorybook.io/docs/addons/introduction)
|