Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and documentation. Find out more at storybook.js.org!
Use storybook.new to quickly create an example project in Stackblitz.
Storybook comes with a lot of addons for component design, documentation, testing, interactivity, and so on. Storybook’s API makes it possible to configure and extend in various ways. It has even been extended to support React Native, Android, iOS, and Flutter development for mobile.
To continue improving your experience, we have to eventually deprecate or remove certain addons in favor of new and better tools.
If you’re using info/notes, we highly recommend you migrate to docs instead, and here is a guide to help you.
If you’re using contexts, we highly recommend you migrate to toolbars and here is a guide to help you.
If you’re using addon-storyshots, we highly recommend you migrate to the Storybook test-runner and here is a guide to help you.
Badges & Presentation materials
We have a badge! Link it to your live Storybook example.
[](link to site)
If you’re looking for material to use in your Storybook presentation, such as logos, video material, and the colors we use, you can find it all on our brand repo.
Build bulletproof UI components faster
Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and documentation. Find out more at storybook.js.org!
View README for:
Table of contents
Getting Started
Visit Storybook’s website to learn more about Storybook and to get started.
Documentation
Documentation can be found on Storybook’s docs site.
Examples
View Component Encyclopedia to see how leading teams use Storybook.
Use storybook.new to quickly create an example project in Stackblitz.
Storybook comes with a lot of addons for component design, documentation, testing, interactivity, and so on. Storybook’s API makes it possible to configure and extend in various ways. It has even been extended to support React Native, Android, iOS, and Flutter development for mobile.
Community
For additional help, share your issue in the repo’s GitHub Discussions.
Projects
Supported Frameworks
Addons
See Addon / Framework Support Table
To continue improving your experience, we have to eventually deprecate or remove certain addons in favor of new and better tools.
If you’re using info/notes, we highly recommend you migrate to docs instead, and here is a guide to help you.
If you’re using contexts, we highly recommend you migrate to toolbars and here is a guide to help you.
If you’re using addon-storyshots, we highly recommend you migrate to the Storybook test-runner and here is a guide to help you.
Badges & Presentation materials
We have a badge! Link it to your live Storybook example.
If you’re looking for material to use in your Storybook presentation, such as logos, video material, and the colors we use, you can find it all on our brand repo.
Community
Contributing
Contributions to Storybook are always welcome!
Looking for a first issue to tackle?
Development scripts
Storybook is organized as a monorepo. Useful scripts include:
yarn startyarn taskyarn lintyarn lint:js- will check jsyarn lint:md- will check markdown + code samplesyarn lint:js --fix- will automatically fix jsyarn testyarn run test --core --watch- will run core tests in watch-modeSponsors
Become a sponsor to have your logo and website URL on our README on Github. [Become a sponsor]
Backers
By making a recurring donation, you can support us and our work. [Become a backer]
License
MIT
-the end-