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