Storybook
With Storybook you can visualize different states of your UI components and develop them outside of your application.
An API is provided for external addons to provide documentation, interactivity and analytics on your components.
A command is provided to create a static version that can be deployed easily to github pages for example.
Here are 1,589 public repositories matching this topic...
React starter kit based on Atomic Design
-
Updated
Sep 8, 2020 - JavaScript
Proofreading from native speakers wanted. Review and comment on this PR
Real-time FX trading showcase by Adaptive.
-
Updated
Nov 23, 2020 - TypeScript
Hi all.
I want to submit an issue.
When carousel is opened on a mobile, on android/chrome for example, vertical swiping on mobile screen causes carousel slide to be changed: swiped to next or prev.
Alert sound
Free, open source mental health communication web app to share experiences with loved ones
-
Updated
Nov 23, 2020 - Ruby
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Oct 12, 2018 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
There is an import dependencie cycle between:
src/Interfaces/index.ts:
export * from '@Redux/IStore';
and
src/Redux/IStore.d.ts:
import { IHomePage } from '@Interfaces';
Eslint rule that detect the issue:
https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-cycle.md
Deploy your storybook as a static site
-
Updated
Nov 6, 2020 - JavaScript
under development - React Component Development Kit with Storybook
-
Updated
Feb 8, 2018 - JavaScript
Addon for storybook wich wrap material-ui components into MuiThemeProvider.
-
Updated
Jul 19, 2020 - JavaScript
React Storybook addon to render README files in github style
-
Updated
Nov 16, 2020 - JavaScript
Microsoft Edge should probably work out of the box since it's Chromium based, but we should make sure that it's officially supported.
The original React Native boilerplate from Infinite Red - Redux, React Navigation, & more
-
Updated
Jul 24, 2020 - JavaScript
A Storybook Addon, Save the screenshot image of your stories
-
Updated
Nov 24, 2020 - TypeScript
-
Updated
Jul 29, 2019 - JavaScript
Convert Storybook into Sketch symbols
-
Updated
Nov 16, 2020 - JavaScript
A Storybook addon that embed Figma, websites, PDF or images in the addon panel.
-
Updated
Sep 16, 2020 - TypeScript
-
Updated
Apr 24, 2019 - TypeScript
Describe the bug
The way the goals get cached is through the goals-template, which has a default branch as master. If someone changes that to anything else, the caching will fail due to [this](https://github.com/open-s
Feature request
We need a page in /pages/blog/index.js that acts as a system of listing the available blogs and rendering that list as pretty links that display meta data.
Proposed solution
The page should use SSG like the dynamic blog routes file to get a list of the articles and pass the array as a pr
Plugin to import HTML into Figma layers
-
Updated
Nov 23, 2020 - TypeScript
A reusable CRM project for real-world business based on React 16, Redux & Material-UI 4
-
Updated
Sep 28, 2020 - TypeScript
Released March 31, 2016
- Repository
- storybooks/storybook
- Website
- storybook.js.org




Is your feature request related to a problem? Please describe💯
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the
@defaulttag to describe the default valueHowever, nothing happens when I use the
@deprecatedtag.Describe the solution you'd like
Some ideas: