Skip to main content

Function: DialogDescription()

@arolariu/components


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

Example

<DialogDescription>Review the details before continuing.</DialogDescription>

See

Base UI Documentation

// was this page useful?