From 15b1073891c9ad63d614a064e9b016edb543e12c Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Thu, 26 Jul 2018 16:59:45 -0400 Subject: [PATCH] edit introduction --- docs/src/pages/basics/introduction/index.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/src/pages/basics/introduction/index.md b/docs/src/pages/basics/introduction/index.md index da8be202002..5dc0e48568b 100644 --- a/docs/src/pages/basics/introduction/index.md +++ b/docs/src/pages/basics/introduction/index.md @@ -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)