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 is a simple HTML button
element with xstyled super powers.
variant: contained
| outlined
| ghost
default value: contained
contained
: A filled button with a shadowoutlined
: A button with a border and a shadowghost
: A button with no border and no shadowsize: content
| auto
| small
| medium
| large
default value: content
content
: The button will be the size according to the childrenauto
: The button will be the size of full width from parentsmall
: Fixed small size buttonmedium
: Fixed medium size buttonlarge
: Fixed large size buttoncolorMode: default
| danger
| warning
| safe
default value: default
default
: The button will be the systemPrimary colordanger
: The button will be the systemDanger colorwarning
: The button will be the systemWarning colorsafe
: The button will be the systemSafe color