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,412 public repositories matching this topic...
-
Updated
Jul 30, 2020 - JavaScript
Proofreading from native speakers wanted. Review and comment on this PR
-
Updated
Aug 26, 2020 - TypeScript
-
Updated
Aug 26, 2020 - JavaScript
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
Aug 25, 2020 - Ruby
-
Updated
Oct 12, 2018 - JavaScript
-
Updated
Aug 11, 2020 - 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
-
Updated
Feb 8, 2018 - JavaScript
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
Aug 14, 2020 - JavaScript
-
Updated
Jul 19, 2020 - JavaScript
-
Updated
Jul 24, 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
Aug 25, 2020 - TypeScript
-
Updated
Jul 29, 2019 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Apr 24, 2019 - TypeScript
Bug Report
What is the current behavior?
Once logged in, a user's first name, last name, and zip code are being tracked in the browser cookie storage.
What is the expected behavior?
Instead, wherever we need this info we should make an API request using the getUserPromise method. We only need to store the token in the cookie (for now - this, too, is changed eventually).
What
-
Updated
Jul 31, 2020 - TypeScript
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Aug 1, 2020 - JavaScript
-
Updated
Jul 21, 2020 - TypeScript
-
Updated
Mar 30, 2020 - JavaScript
Released March 31, 2016
- Repository
- storybooks/storybook
- Website
- storybook.js.org
Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior: