Skip to main content

Variable: AlertDialogContent

@arolariu/components


@arolariu/components / AlertDialogContent

Variable: AlertDialogContent

const AlertDialogContent: ForwardRefExoticComponent<Omit<AlertDialogContentProps, "ref"> & RefAttributes<HTMLDivElement>>

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

Renders the alert dialog popup inside a portal with its backdrop.

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

<AlertDialogContent>
<AlertDialogTitle>Are you sure?</AlertDialogTitle>
</AlertDialogContent>

See

Base UI Documentation

// was this page useful?