Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
This example demonstrates documenting a hypothetical Button component that supports variants, icons, text, and padding
Name | Description | Default | Controls |
---|---|---|---|
text | button label of text string | - | |
variant | variant kind primaryaccentdisabledsuccesswarningerror | primary | |
fontSize | font size for the Button label number | 18 | |
icon | icon kind nonesearchleft-arrowright-arrowdown-arrowup-arrow | - | |
iconSide | on which side of the label should the icon be placed leftright | left | |
iconSize | icon size smallmediumlarge | small | |
padding | padding variants smallmediumlarge | medium | |
isPrimary | boolean switch for primary variant @deprecated since version 1.0 boolean | false |