Skip to content

Modal

Modal dialog. Teleports to body; closes via ESC, overlay click, or the close button.

Basic usage

Large form shell (lg)

API

Props

NameTypeDefaultDescription
modelValuebooleanv-model open state (required)
titlestringtitle
subtitlestringsubtitle line under the title
widthstring'520px'width
closeOnOverlaybooleantrueclose on overlay click
size'md' | 'lg''md'lg = large form shell (centered + backdrop blur + icon close)
glowbooleanfalsecorner ambient glow (with lg)
flushHeaderbooleanfalseheader floats transparently over content (cover-image cards)

Events

NamePayloadDescription
update:modelValue(v: boolean)open state change

Slots

NameDescription
headercustom header (overrides title/subtitle)
subheaderextra area below the header
defaultbody
footerfooter actions