All Projects → storybookjs → Storybook

storybookjs / Storybook

Licence: mit
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
kotlin
9241 projects
HTML
75241 projects
Vue
7211 projects
Svelte
593 projects

Projects that are alternatives of or similar to Storybook

X0
Document & develop React components without breaking a sweat
Stars: ✭ 1,706 (-97.47%)
Mutual labels:  webpack, documentation, design-systems, components
Story2sketch
Convert Storybook into Sketch symbols 💎
Stars: ✭ 391 (-99.42%)
Mutual labels:  styleguide, design-systems, components, storybook
Kit
Tools for developing, documenting, and testing React component libraries
Stars: ✭ 1,201 (-98.22%)
Mutual labels:  documentation, styleguide, design-systems, components
elements
Lovingly crafted ui components based on web components. Works well with all Frameworks - including Angular, React and Vue.
Stars: ✭ 42 (-99.94%)
Mutual labels:  components, web-components, storybook, ui-components
sodium-ui
Sodium is a simple, modular and customizable web component library to build elegant and accessible UI pieces for your React Application.
Stars: ✭ 23 (-99.97%)
Mutual labels:  web-components, storybook, ui-components
fast-blazor
Blazor component library for FluentUI. Microsoft's official lightweight wrapper around the FluentUI Web Components for use with .NET 6.0 Blazor applications
Stars: ✭ 928 (-98.62%)
Mutual labels:  components, design-systems, web-components
Figma Html
Convert Figma designs to HTML, React, Vue, Angular, and more!
Stars: ✭ 382 (-99.43%)
Mutual labels:  design-systems, svelte, storybook
Webrix
Powerful building blocks for React-based web applications
Stars: ✭ 41 (-99.94%)
Mutual labels:  ui-components, components, web-components
Fast
The adaptive interface system for modern web experiences.
Stars: ✭ 6,532 (-90.32%)
Mutual labels:  design-systems, components, web-components
Components
Example Components (Built with Tonic)
Stars: ✭ 42 (-99.94%)
Mutual labels:  ui-components, components, web-components
Vitamin Web
Decathlon Design System libraries for web applications
Stars: ✭ 70 (-99.9%)
Mutual labels:  styleguide, ui-components, components
Css
The CSS design system that powers GitHub
Stars: ✭ 10,670 (-84.18%)
Mutual labels:  styleguide, design-systems, ui-components
Contactlab Ui Components
DEPRECATED - Basic UI components for ContactLab UX design pattern library
Stars: ✭ 31 (-99.95%)
Mutual labels:  components, web-components, polymer
Stylable
Stylable - CSS for components
Stars: ✭ 1,109 (-98.36%)
Mutual labels:  webpack, components, web-components
Gwt Polymer Elements
Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Stars: ✭ 153 (-99.77%)
Mutual labels:  components, web-components, polymer
Polymer Skeleton
💀 Skeleton for Polymer 3 app with Webpack, PostCSS and Service Workers ready.
Stars: ✭ 185 (-99.73%)
Mutual labels:  webpack, web-components, polymer
Panel
Web Components + Virtual DOM: web standards for powerful UIs
Stars: ✭ 206 (-99.69%)
Mutual labels:  components, web-components
Electron Vue
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
Stars: ✭ 14,610 (-78.34%)
Mutual labels:  webpack, documentation
Svelte Component Template
A base for building shareable Svelte 3 components
Stars: ✭ 208 (-99.69%)
Mutual labels:  components, svelte
Backpack Ui
All the tools you need to build the Lonely Planet UI experience.
Stars: ✭ 216 (-99.68%)
Mutual labels:  styleguide, storybook

Storybook

Build bulletproof UI components faster


Build Status on CircleCI CodeFactor Known Vulnerabilities codecov License
Storybook Community Backers on Open Collective Sponsors on Open Collective Official Twitter Handle

Storybook is a development environment for UI components. It allows you to browse a component library, view the different states of each component, and interactively develop and test components. Find out more at https://storybook.js.org.

View README for:
latest next

Table of contents

Getting Started

Visit Storybook's website to learn more about Storybook, and to get started.

Documentation

Documentation can be found Storybook's docs site.

Examples

Here are some featured examples that you can reference to see how Storybook works: https://storybook.js.org/docs/react/get-started/examples

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, join us in the Storybook Discord.

Projects

Supported Frameworks

Framework Demo
React v6.4.x React
Vue v6.4.x Vue
Angular v6.4.x Angular
Web components v6.4.x Svelte
React Native - React Native
HTML v6.4.x HTML
Ember v6.4.x Ember
Svelte v6.4.x Svelte
Preact v6.4.x Preact
Marionette.js - Marionette.js
Mithril v6.4.x Mithril
Marko v6.4.x Marko
Riot v6.4.x Riot
Rax v6.4.x Rax
Android, iOS, Flutter v6.4.x Rax

Sub Projects

  • CLI - Streamlined installation for a variety of app types
  • examples - Code examples to illustrate different Storybook use cases

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, 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
query params Mock query params
storyshots Snapshot testing for components in Storybook
storysource View the code of your stories within the Storybook UI
viewport Change display sizes and layouts for responsive components using Storybook
outline Visuallly debug the CSS layout and alignment within the Storybook UI
measure Visually inspect the layout and box model within the Storybook UI

See Addon / Framework Support Table

Deprecated Addons

Addons
info Annotate stories with extra component usage information
notes Annotate Storybook stories with notes
contexts Addon for driving your components under dynamic contexts
options Customize the Storybook UI in code
knobs Interactively edit component prop data in the Storybook UI

In order to continue improving your experience, we have to eventually deprecate certain addons in favor of new, better tools.

If you're using info/notes, we highly recommend you to migrate to docs instead, and here is a guide to help you.

If you're using contexts, we highly recommend you to migrate to toolbars and here is a guide to help you.

Badges & Presentation materials

We have a badge! Link it to your live Storybook example.

Storybook

[![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@main/badge/badge-storybook.svg)](link to site)

If you're looking for material to use in your presentation about storybook, like logo's video material and the colors we use etc, you can find all of that at our brand repo.

Community

Contributing

We welcome contributions to Storybook!

  • 📥 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 to suits your skills and learning interest.

Development scripts

Storybook is organized as a monorepo using Lerna. Useful scripts include:

yarn bootstrap

Installs package dependencies and links packages together - using lerna

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 and get your logo on our README on Github with a link to your site. [Become a sponsor]

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

License

MIT

-the end-

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].