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.

view on GitHub

Props

Explore the available props for the form component

PropertyDescriptionTypeDefault
model-valueThe v-model value of the component.booleanfalse
absoluteMakes the modal position absolute.booleanfalse
persistentMakes the modal persistent, meaning it will not close when the user clicks outside of it or presses the escape key.booleanfalse
max-widthSets the maximum width in pixels of the modal.string | numberundefined
fullscreenThis property is used to set the modal to fullscreen when opened.booleanfalse