Overlays

Dialog

A window overlaid on the primary content, rendering the page beneath inert.

Import

import {
  Dialog,
  DialogTrigger,
  DialogPopup,
  DialogHeader,
  DialogTitle,
  DialogDescription,
  DialogPanel,
  DialogFooter,
  DialogClose,
} from "@countryclub/ui-react";

Default