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.
Name | Description | Default | Control |
---|---|---|---|
props | |||
isOpen | Need cause Dialog Attribute [open] is readonly boolean | false | |
modeless | If false: Dialog display as Page Modal boolean | false | |
closeText | Use as aria-label string | 'Close' | |
events | |||
opened | Triggers when Dialog shown. Returns HTMLDialogElement | - | |
closed | Triggers when Dialog closed. Returns HTMLDialogElement | - | |
slots | |||
default | Default Slot contains Dialog Content unknown | - | |
close | close Slot for Close Button unknown | - |
Customize Styling via css custom properties.