mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 17:41:06 +08:00
Merge pull request #1834 from nblackburn/patch-1
Removed "React" references
This commit is contained in:
commit
3bdf6c21ea
@ -3,15 +3,15 @@ id: 'introduction'
|
||||
title: 'Introduction'
|
||||
---
|
||||
|
||||
React Storybook is a UI development environment for your React components.
|
||||
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.
|
||||
|
||||
React Storybook runs outside of your app.
|
||||
Storybook runs outside of your app.
|
||||
So you can develop UI components in isolation without worrying about app specific dependencies and requirements.
|
||||
|
||||

|
||||

|
||||
|
||||
React Storybook also comes with a lot of [addons](/addons/introduction) and a great API to customize as you wish.
|
||||
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.
|
||||
|
||||
Here are some featured storybooks that you can reference to see how Storybook works:
|
||||
|
Loading…
x
Reference in New Issue
Block a user