Skip to content

Dialog

Basic dialog component.

Basic Usage

PropertyDescriptionTypeDefault
openControls the visibility of the dialogbooleanfalse

Events

Event NameDescription
closeTriggered when the dialog is closed

Styles

The dialog can be styled using the following class names:

  • .v-dialog: Main dialog container.
  • .v-dialog__overlay: Background overlay.
  • .v-dialog__content: Dialog content area.