LandorUI
GitHub

Dialog

A modal window overlaid on the page.

Installation

npx shadcn@latest add https://landorui.landorestate.com/r/dialog.json

Usage

A modal window overlaid on the page.

import {
  Dialog,
  DialogContent,
  DialogDescription,
  DialogHeader,
  DialogTitle,
  DialogTrigger,
} from "@/components/ui/dialog";