Dialog
A Dialog is a type of modal window that appears in front of app content to provide critical information or ask for a decision. Dialogs disable all app functionality when they appear, and remain on screen until confirmed, dismissed, or a required action has been taken.
Props
Explore the available props for the form component
Property | Description | Type | Default |
---|---|---|---|
model-value | The v-model value of the component. | boolean | false |
absolute | Makes the modal position absolute. | boolean | false |
persistent | Makes the modal persistent, meaning it will not close when the user clicks outside of it or presses the escape key. | boolean | false |
max-width | Sets the maximum width in pixels of the modal. | string | number | undefined |
fullscreen | This property is used to set the modal to fullscreen when opened. | boolean | false |