Alert
Display important messages and notifications
Preview
System Alert
Connection established. All systems operational.
Installation
npx shadcn@latest add @glitchcn/alertUsage
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"
<Alert>
<Terminal className="h-4 w-4" />
<AlertTitle>System Alert</AlertTitle>
<AlertDescription>
Connection established.
</AlertDescription>
</Alert>