The Wayback Machine - https://web.archive.org/web/20201007140919/https://github.com/topics/storybook
Skip to content
#

Storybook

storybook logo

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,503 public repositories matching this topic...

storybook
zolk
zolk commented Sep 16, 2020

Describe the bug
With multiple pure-documentation MDX docs, the scroll position of the preview window does not reset when switching between docs.

To Reproduce
Steps to reproduce the behavior:

  1. Create at least two MDX docs without stories, with content long enough to result in a scroll bar.
  2. Select the first doc in the sidebar.
  3. Scroll down the first document.
  4. Select the
front-end
kylemh
kylemh commented Oct 6, 2020

Feature request

{!!employmentStatus && (
  <p>
    <strong>Employment Status : </strong>
    {emp
You can’t perform that action at this time.