DmModal

Updated Aug 18, 2026
DataMagik Application Designer

DmModal

There is no shared modal in the templ corpus — around ten competing overlay treatments ship today (`fixed inset-0 bg-black/50`, `bg-gray-600/50`, `bg-gray-500/75`, and more).

When not to use it. For a message that needs no decision, use a toast. A modal that only says "saved" stops the person to tell them nothing.

States

open

DmModal — open, light theme DmModal — open, dark theme

Example

<DmModal :modelValue="…">…</DmModal>

Props

NameTypeRequiredDefault
modelValuebooleanyes
titlestringundefined
size'sm' | 'md' | 'lg' | 'xl''md'
persistentbooleanfalse

Events

close, update:modelValue

Slots

default, footer, header

Worth knowing

Focus moves into the dialog on open and returns to the trigger on close.

Was this page helpful?