storybookjs
storybook
TypeScript

Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation

Last updated Aug 11, 2026
90.8k
Stars
10.4k
Forks
1.8k
Issues
+7
Stars/day
Attention Score
100
Language breakdown
TypeScript 84.7%
JavaScript 13.5%
MDX 0.6%
Svelte 0.4%
Vue 0.3%
CSS 0.2%
โ–ธ Files click to expand
README

Storybook

Build bulletproof UI components faster


Build Status on CircleCI codecov License
Storybook Community Backers on Open Collective Sponsors on Open Collective Official Twitter Handle OpenSSF Scorecard

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:
latest next

Table of contents

- ๐Ÿ›  Supported Frameworks & Examples - ๐Ÿ”—Addons - ๐Ÿ‘จโ€๐Ÿ’ป Development scripts - ๐Ÿ’ธ Sponsors - ๐Ÿ’ต Backers

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

| Renderer | Demo | | | -------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | | React | Storybook demo | React | | Angular | Storybook demo | Angular | | Vue 3 | Storybook demo | Vue 3 | | Web components | Storybook demo | Svelte | | React Native | | React Native | | HTML | Storybook demo | HTML | | Ember | | Ember | | Svelte | Storybook demo | Svelte | | Preact | Storybook demo | Preact | | Qwik | | Qwik | | SolidJS | | SolidJS | | Android, iOS, Flutter | | Native |

Addons

| Addons | | | ------------------------------------------------------------------------- | -------------------------------------------------------------------------- | | a11y | Test components for user accessibility in Storybook | | actions | Log actions as users interact with components in the Storybook UI | | backgrounds | Let users choose backgrounds in the Storybook UI | | cssresources | Dynamically add/remove CSS resources to the component iframe | | design assets | View images, videos, and weblinks alongside your story | | docs | Add high quality documentation to your components | | events | Interactively fire events to components that respond to EventEmitter | | google-analytics | Reports google analytics on stories | | graphql | Query a GraphQL server within Storybook stories | | jest | View the results of components' unit tests in Storybook | | links | Create links between stories | | measure | Visually inspect the layout and box model within the Storybook UI | | outline | Visually debug the CSS layout and alignment within the Storybook UI | | query params | Mock query params | | viewport | Change display sizes and layouts for responsive components using Storybook |

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.

Storybook

Storybook

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!

  • ๐Ÿ“ฅ Pull requests and ๐ŸŒŸ Stars are always welcome.
  • Read our contributing guide to get started,
or find us on Discord, we will take the time to guide you.

Looking for a first issue to tackle?

  • We tag issues with Good First Issue when we think they are well suited for people who are new to the codebase or OSS in general.
  • Talk to us, we'll find something that suits your skills and learning interests.

Development scripts

Storybook is organized as a monorepo. Useful scripts include:

yarn start

Runs a sandbox template storybook with test stories

yarn task

As above, but gives you options to customize the sandbox (e.g. selecting other frameworks)

yarn lint

boolean check if code conforms to linting rules - uses remark & eslint
  • yarn lint:js - will check js
  • yarn lint:md - will check markdown + code samples
  • yarn lint:js --fix - will automatically fix js

yarn test

boolean check if unit tests all pass - uses jest
  • yarn run test --core --watch - will run core tests in watch-mode

Sponsors

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-

ยฉ 2026 GitRepoTrend ยท storybookjs/storybook ยท Updated daily from GitHub