Modal dialog — the styled replacement for native prompt/confirm/alert.
Renders a dimmed, blurred backdrop with a centered panel (header, body,
footer). Clicking the backdrop calls onClose; there is no Escape-key
handling or focus trap.
Parameters
__namedParameters: DialogProps
Returns Element|null
Remarks
Compose the body from DialogField and the footer from DialogButton
in this module.
Modal dialog — the styled replacement for native prompt/confirm/alert. Renders a dimmed, blurred backdrop with a centered panel (header, body, footer). Clicking the backdrop calls
onClose; there is no Escape-key handling or focus trap.