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.
Primary UI component for user interaction
| Name | Description | Default | Control |
|---|---|---|---|
| primaryColor | What background color to use string | '#00c0ff' | |
| secondaryColor | What background color to use string | 'white' | |
| size | How large should the button be? 'small''medium''large' | 'medium' | |
| primary | Is this the principal call to action on the page? bool | false | |
| children* | Button contents node | - | |
| onClick | Optional click handler func | - | - |
| disabled | bool | false | |
| className | optional additional classname string | - |