No Preview

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.

NativeDialog

Demo

NameDescriptionDefaultControl
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
-

Stories

Modeless

Demo

Theming

Customize Styling via css custom properties.