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,705 public repositories matching this topic...
-
Updated
Dec 11, 2020 - 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
Feb 4, 2021 - TypeScript
Alert sound
-
Updated
Jan 31, 2021 - TypeScript
-
Updated
Feb 3, 2021 - Ruby
-
Updated
Jan 25, 2021 - JavaScript
-
Updated
Oct 12, 2018 - JavaScript
-
Updated
Dec 11, 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
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
Feb 8, 2018 - JavaScript
-
Updated
Feb 1, 2021 - JavaScript
-
Updated
Dec 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.
-
Updated
Jul 24, 2020 - JavaScript
-
Updated
Feb 4, 2021 - TypeScript
-
Updated
Jan 26, 2021 - TypeScript
-
Updated
Jul 29, 2019 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Feb 3, 2021
-
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
-
Updated
Dec 11, 2020 - TypeScript
Released March 31, 2016
- Repository
- storybooks/storybook
- Website
- storybook.js.org


Describe the bug
If the current day of the month the user is in is not available in the target month in the controls date picker, then it would not allow you to select the month. I noticed that the date picker was working fine yesterday (1/28) when I need to select 2/5 for the view and then today (1/29) when I try to select 2/5 it would automatically switch to 3/5.
To Reproduce
Steps