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.
Some more documentation goes here, And here .... JSDoc feauture
Name | Description | Default |
---|---|---|
loading | Use the loading state to indicate that the button action isn't finished yet. bool | false |
fullWidth | If true, the button will take up the full width of its container. bool | false |
variant | "default" | "primary" | "secondary" | "default" |
icon | Takes a Component as a function e.g. icon={() => <Icon size={16} icon="search" />} .func | () => {} |