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 <Well>
component can be used for alert messages or other user notifications. If you pass in button
and a callback function, the component will call that function when a user clicks on the x.
Default Well
Name | Description | Default |
---|---|---|
text | string | - |
context | success, info, warning, danger string | - |
button | bool | false |
callback | func | - |
className | string | '' |
style | object | { } |