Skip to main content
Vuetify0 is now in alpha!
Vuetify0 Logo
Theme
Mode
Palettes
Accessibility
Vuetify One
Sign in to Vuetify One

Access premium tools across the Vuetify ecosystem — Bin, Play, Studio, and more.

Not a subscriber? See what's included

Dialog API

API reference for the Dialog components.

Explore these related pages for additional context and usage patterns.

PageCategory
DialogDisclosure
PopoverDisclosure
Expansion PanelDisclosure

Dialog.Root

Props

namespace

string | undefined

Namespace for dependency injection

Default: "v0:dialog"

id

string | undefined

Unique identifier for the dialog (auto-generated if not provided)

modelValue

boolean | undefined

Default: false

Events

update:model-value

[value: boolean]

Slots

default

DialogRootSlotProps

Dialog.Activator

Props

namespace

string | undefined

Namespace for dependency injection

Default: "v0:dialog"

Slots

default

DialogActivatorSlotProps

Dialog.Close

Props

namespace

string | undefined

Namespace for dependency injection

Default: "v0:dialog"

Slots

default

DialogCloseSlotProps

Dialog.Content

Props

namespace

string | undefined

Namespace for dependency injection

Default: "v0:dialog"

closeOnClickOutside

boolean | undefined

Close dialog when clicking outside content

Default: true

blocking

boolean | undefined

Whether this dialog blocks scrim dismissal

Default: false

Events

cancel

[e: Event]

close

[e: Event]

Slots

default

DialogContentSlotProps

Dialog.Description

Props

namespace

string | undefined

Namespace for dependency injection

Default: "v0:dialog"

Slots

default

DialogDescriptionSlotProps

Dialog.Title

Props

namespace

string | undefined

Namespace for dependency injection

Default: "v0:dialog"

Slots

default

DialogTitleSlotProps
Was this page helpful?

© 2016-1970 Vuetify, LLC
Ctrl+/