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
Usage
import {
AlertDialog,
AlertDialogButtons,
AlertDialogContent,
AlertDialogTitle,
} from "@/components/hexta-ui/AlertDialog";
<button
className="px-[20px] py-[8px] text-white rounded-lg flex items-center font-[600] text-[14px] hover:bg-zinc-950 transition-all duration-[0.4s] border border-zinc-900"
Example
import {
AlertDialog,
AlertDialogButtons,
AlertDialogContent,
AlertDialogTitle,
} from "@/components/hexta-ui/AlertDialog";
import { useState } from "react";