Skip to content

Dialog

Basic dialog component.

Basic Usage

API

Props

PropertyDescriptionTypeDefault
openControls the visibility of the dialogbooleanfalse

Events

Event NameDescriptionArguments
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.