Alert

Display important messages, notifications, and feedback to users with various severity levels and interactive features.

Basic Alerts

Alerts with Titles

Without Icons

Dismissible Alerts

Rich Content

Title Only

Alert Component
tsx
1import { HTMLAttributes, ReactNode, ComponentType } from "react";
2import { cn } from "@/lib/cn";
3import {
4 X,
5 AlertCircle,
6 CheckCircle,
7 AlertTriangle,
8 Info,
9 LucideIcon,
10} from "lucide-react";