Function: DialogDescription()
@arolariu/components / DialogDescription
Function: DialogDescription()
DialogDescription(
props):ReactElement
Defined in: components/ui/dialog.tsx:370
Renders supporting copy beneath the dialog title.
Parameters
props
Readonly<Props>
Returns
ReactElement
Remarks
- Renders a
<p>element by default - Built on Base UI Dialog
- Supports the
renderprop for element composition - Styling via CSS Modules with
--ac-*custom properties
Example
<DialogDescription>Review the details before continuing.</DialogDescription>
See
// was this page useful?