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

storybook
storybook-addon-designs
didoesdigital
didoesdigital commented Jun 16, 2021

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

open-sauced