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.
property | propType | required | default | description |
---|---|---|---|---|
loading | boolean | - | - | |
block | boolean | - | - | |
style | Interpolation<undefined> | - | - | |
skin | oneOf "outline" | "default" | "ghost" | - | - | |
size | oneOf "small" | "medium" | "large" | - | - | |
kind | oneOf "danger" | "normal" | "primary" | - | - | |
onClick | ((event: MouseEvent<HTMLButtonElement, MouseEvent>) => void) | OnClickWithReturn | - | - | |
innerRef | Ref<HTMLButtonElement> | - | - | |
component | ElementType<any> | - | - | |
onLoadingChange | (loading: boolean) => void | - | - |
property | propType | required | default | description |
---|---|---|---|---|
hSpacing | number | - | - | |
alignItems | oneOf "center" | "baseline" | "flex-start" | "flex-end" | "stretch" | - | - | |
justifyContent | oneOf "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | - | - | |
style | Interpolation<undefined> | - | - |
property | propType | required | default | description |
---|---|---|---|---|
icon | IconImage | yes | - | |
fill | oneOf "info" | "success" | "danger" | "inherit" | "none" | "normal" | "alert" | "secondary" | "disabled" | "primary" | - | - | |
stroke | oneOf "info" | "success" | "danger" | "inherit" | "none" | "normal" | "alert" | "secondary" | "disabled" | "primary" | - | - | |
size | number | - | - | |
style | Interpolation<undefined> | - | - |
property | propType | required | default | description |
---|---|---|---|---|
component | ElementType<any> | - | span | |
variant | oneOf "link" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "main" | "secondary" | "disabled" | - | main | |
color | oneOf "info" | "success" | "danger" | "inherit" | "normal" | "alert" | "secondary" | "disabled" | "primary" | - | - | |
fontSize | number | - | - | |
fontWeight | FontWeightProperty | - | - | |
fontStyle | string | - | - | |
textDecoration | string | - | - | |
style | Interpolation<undefined> | - | - |