Function: AlertDialogOverlay()
@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
renderprop for element composition - Styling via CSS Modules with
--ac-*custom properties
Example
<AlertDialogOverlay />
See
// was this page useful?