Props
| Prop | Type | Default | Notes |
|---|---|---|---|
open | boolean | false | Controls the native dialog open state and drives showModal() and close(). |
placement | center | top | bottom | start | end | full | center | Changes the presentation from a centered modal to edge drawers or a fullscreen sheet. |
light-dismiss | boolean | false | Allows backdrop clicks to close the dialog instead of pulsing it. |
reset-scroll | boolean | false | Resets the body scroll position when the dialog closes. |