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.
The Button
usually act as the main call to action for the users, focusing their attention on what they need to do at each moment.
Name | Description | Default |
---|---|---|
children* | Content to be included in the button node | - |
disabled | This Boolean attribute prevents the user from interacting with the button bool | - |
secondary | This Boolean attribute to display secondary button variation bool | - |
ghost | This Boolean attribute to display ghost button variation bool | - |
onClick | Click event func | - |