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.
Name | Description | Default | Control |
---|---|---|---|
background | The background shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method. string | '#1976d2' | |
label | string | 'Button' | |
onClick | Click handler - | - | |
size | Size of the button. 'small''medium''large' | 'medium' | |
style | Style object will be passed as inline style as default behaviour of react elements. You can also use styled-components instead of this property which will also overwrite the default styles. - | - | - |
disabled | Default disabled property of html elements. | - | |
variant | Changes the UI of the button depending on the priority. 'primary''secondary''outlined' | 'primary' |