Dialog
A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.
Installation
pnpm dlx shadcn@latest add dialogUsage
import { Button } from "@/components/ui/button";
import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle, DialogTrigger } from "@/components/ui/dialog";A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.