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 classic modal
Name | Type | Default | Description |
---|---|---|---|
show | boolean | false | Wether of not the modal is shown |
position | string | center | Position of the modal. Can be left right bottom top or center |
fullscreen | boolean | false | Make the modal fill the screen |
Name | Description |
---|---|
showModal() => void | Show modal |
hideModal() => void | Hide modal |
toggleModal() => void | Toggle modal |
Name | Detail | Description |
---|---|---|
change | {} | Use event.target.show to catch the current show value. |