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 2,023 public repositories matching this topic...
-
Updated
Jun 7, 2021 - JavaScript
Proofreading from native speakers wanted. Review and comment on this PR
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.
-
Updated
Jun 15, 2021 - TypeScript
-
Updated
Jun 28, 2021 - TypeScript
-
Updated
May 17, 2021 - TypeScript
-
Updated
Jun 26, 2021 - Ruby
-
Updated
Mar 1, 2021 - JavaScript
-
Updated
Jun 28, 2021 - TypeScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
Oct 12, 2018 - JavaScript
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Feb 8, 2018 - JavaScript
-
Updated
Jun 16, 2021 - TypeScript
Microsoft Edge should probably work out of the box since it's Chromium based, but we should make sure that it's officially supported.
-
Updated
Apr 9, 2021 - JavaScript
-
Updated
Jun 28, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
Some stories contain design assets and some do not and the only way to know is to select the Design addon tab and see if it is empty or not. It would be more efficient to see the number of design assets linked as a count in the tab name.
Describe the solution you'd like
Let consumers customise the tab name.
**Describe
-
Updated
Jun 29, 2021 - TypeScript
-
Updated
Mar 9, 2021 - JavaScript
Describe the bug
Not being logged in with GitHub some of the fonts on the mai page are breaking and defaulting to "Times"
To Reproduce
- Open a private window
- Visit https://opensauced.pizza
-
Updated
May 27, 2021 - JavaScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
Apr 19, 2021
-
Updated
Jun 5, 2021 - JavaScript
Released March 31, 2016
- Repository
- storybooks/storybook
- Website
- storybook.js.org
Describe the bug
NextJS, Vercel and Storybook don't work nicely together when using the Next default of removing trailing slashes.
The problem is that Storybook expects a trailing slash in the URL, while Next removes trailing slashes by default. This can be flipped to require trailing slashes, but only for all URLs.
Another way around this is a custom route, but [Vercel doesn't support cust