Instantiates an a11y dialog on the controlled element. Adds support for hide and show methods and blocking body scroll when the dialog is open.
<div data-controller="w-dialog" data-w-dialog-theme-value="floating" > <div data-w-dialog-target="body"></div></div> Copy
<div data-controller="w-dialog" data-w-dialog-theme-value="floating" > <div data-w-dialog-target="body"></div></div>
Readonly
Optional targets that will be dispatched events for key dialog events.
Static
Optional
Instantiates an a11y dialog on the controlled element. Adds support for hide and show methods and blocking body scroll when the dialog is open.
Example