Skip to content

Commit

Permalink
edit introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
danielduan committed Jul 26, 2018
1 parent 9656984 commit 15b1073
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/src/pages/basics/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@ id: 'introduction'
title: 'Introduction'
---

Storybook is a UI development environment for your UI components.
With it, you can visualize different states of your UI components and develop them interactively.
Storybook is a UI development environment and playground for UI components.
With it, users can create components independently and showcase components interactively in an isolated development environment.

Storybook runs outside of your app.
So you can develop UI components in isolation without worrying about app specific dependencies and requirements.
Storybook runs outside of your app so you can develop UI components in isolation without worrying about app specific dependencies and requirements.

![Storybook](../static/screenshot.png)

Storybook also comes with a lot of [addons](/addons/introduction) and a great API to customize as you wish.
You can also build a [static version](/basics/exporting-storybook) of your storybook and deploy it anywhere you want.
Storybook also supports a lot of [addons](/addons/introduction) and comes with a flexible API to customize Storybook as desired.
A [Static version](/basics/exporting-storybook) of Storybook can also be built and deployed to an HTTP server.

Here are some featured storybooks that you can reference to see how Storybook works:
Here are some featured Storybooks to see how it works:

- [Demo of React Dates](http://airbnb.io/react-dates/) - [source](https://github.com/airbnb/react-dates)
- [Demo of React Native Web](http://necolas.github.io/react-native-web/storybook/) - [source](https://github.com/necolas/react-native-web)

0 comments on commit 15b1073

Please sign in to comment.