Skip to main content

Function: AlertDialogOverlay()

@arolariu/components


@arolariu/components / AlertDialogOverlay

Function: AlertDialogOverlay()

AlertDialogOverlay(props): ReactElement

Defined in: components/ui/alert-dialog.tsx:169

Renders the dimmed backdrop behind the alert dialog popup.

Parameters

props

Readonly<Props>

Returns

ReactElement

Remarks

  • Renders a <div> 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

<AlertDialogOverlay />

See

Base UI Documentation

// was this page useful?