Dialog
A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.
Dialog API
| Prop / Event | Type | Default | Description |
|---|---|---|---|
modelValue | boolean | false | Controls dialog visibility. Use v-model to bind. |
showClose | boolean | true | Whether to render the close (×) button in the top-right corner. |
closeOnClickOutside | boolean | true | Close when clicking the backdrop. |
closeOnEscape | boolean | true | Close when the Escape key is pressed. |
titleId | string | undefined | ID for the title element, used for aria-labelledby. |
descId | string | undefined | ID for the description element, used for aria-describedby. |