Glitchcn

Alert

Display important messages and notifications

Preview
Installation
npx shadcn@latest add @glitchcn/alert
Usage
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"

<Alert>
  <Terminal className="h-4 w-4" />
  <AlertTitle>System Alert</AlertTitle>
  <AlertDescription>
    Connection established.
  </AlertDescription>
</Alert>