Function: Dialog()
Dialog(
__namedParameters):any
Defined in: composites/Dialog/Dialog.tsx:99
A semantic overlay dialog surface built on React Aria.
This component renders the Dialog content area — the surface that holds
title, body, and actions. It must be placed inside a DialogModal.
Entity = Overlay → colors: informational, radii: surface,
border: outline.surface, spacing: inset.surface.md,
typography: title.md, body.md, label.md.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | DialogProps |
Returns
any