Ron ChanOu 896ce71f17 Remove broken react-button example
The [react-button](http://kadira-samples.github.io/react-button/) storybook is linked to as an example here and on the homepage, but it [appears very broken now](https://github.com/kadira-samples/react-button/issues/15). As the first example I opened, this totally confused me as I wasn't sure if what I was seeing was intended. I think this should be removed until fixed so people don't get a bad first impression like I did, and the other examples are already pretty good.
2017-02-17 10:54:38 -08:00
2016-11-10 15:00:21 +05:30
2017-01-15 07:49:47 +05:30
2016-08-30 15:35:07 +05:30
2016-09-21 15:59:31 +05:30
2016-09-09 17:03:26 +05:30
2016-03-31 14:38:15 +05:30
2016-04-07 19:23:20 +05:30
2016-08-02 18:07:14 +05:30
2017-01-15 07:49:20 +05:30
2016-12-27 11:01:57 +05:30
2016-03-31 14:36:21 +05:30
2017-01-15 07:48:42 +05:30
2017-02-17 10:54:38 -08:00
2016-06-20 08:26:53 +05:30
2016-12-15 13:01:50 +05:30

React Storybook Build Status npm version Storybook Slack

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

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

Description
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.
Readme MIT 964 MiB
Languages
TypeScript 73.2%
JavaScript 24.2%
MDX 1.1%
Svelte 0.7%
Vue 0.3%
Other 0.4%