Dialog
A modal window that overlays the main content for focused interaction.
Usage
tsx
import { Dialog } from "@/components/ui/dialog";
<Dialog showCloseButton>...</Dialog>Dialog Controls
showCloseButton
Examples
Simple Dialog
Without Close Button
Installation
Install
$ pnpm dlx shadcn@latest add @perimeter/dialog