hextastudio/ui needs your support to stay running 🫶 Help us

Alert Dialog

A modal dialog that interrupts the user with important content and expects a response.

Preview

Installation

bash
npx hexta-ui add alertdialog

tsx
import { AlertDialog, AlertDialogButtons, AlertDialogContent, AlertDialogTitle } from "@/components/hexta-ui/AlertDialog";

Usage

Example