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.
Html button.
Name | Description | Default |
---|---|---|
type | string | "default" |
htmlType | "submit""button""reset" | "button" |
className | string | - |
style | object | - |
size | "small""normal""large" | "normal" |
icon | string | "" |
iconSize | stringnumber | - |
iconType | string | "dark" |
loading | bool | - |
disabled | bool | - |
Basic usage for Button
Component, using type to customize button styles.
Passing icon
prop to Button
.
Passing loading
prop to Button
.