DmModal
Updated Aug 18, 2026
DataMagik Application DesignerDmModal
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
Example
<DmModal :modelValue="…">…</DmModal>
Props
| Name | Type | Required | Default |
|---|---|---|---|
modelValue | boolean | yes | |
title | string | undefined | |
size | 'sm' | 'md' | 'lg' | 'xl' | 'md' | |
persistent | boolean | false |
Events
close, update:modelValue
Slots
default, footer, header
Worth knowing
Focus moves into the dialog on open and returns to the trigger on close.