Back to Components
Overlays

Alert Dialog

Modal dialog for confirmations with accessible cancel and action buttons.

PropsUsage ExampleVariations

Dependencies

  • clsx
  • tailwind-merge
  • @radix-ui/react-alert-dialog

Files

  • components/ui/alert-dialog.tsx

Installation

Using shadcn CLI

npx shadcn add alert-dialog --url https://ui.hampton.io

Manual installation

Copy the component file to your project and install dependencies:

npm install clsx tailwind-merge @radix-ui/react-alert-dialog

Related Overlays Components