Overlays

Alert Dialog

A modal dialog that interrupts the user with important content and expects a response.

Import

import {
  AlertDialog,
  AlertDialogTrigger,
  AlertDialogPopup,
  AlertDialogHeader,
  AlertDialogTitle,
  AlertDialogDescription,
  AlertDialogFooter,
  AlertDialogClose,
} from "@countryclub/ui-react";

Default