Skip to main content

Function: AlertDialogDescription()

@arolariu/components


@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 render prop for element composition
  • Styling via CSS Modules with --ac-* custom properties

Example

<AlertDialogDescription>This action cannot be undone.</AlertDialogDescription>

See

Base UI Documentation

// was this page useful?