GithubX

Alert

A callout for user attention.

## installation

pnpm dlx shadcn@latest add https://ascii.cnlibs.com/r/alert.json

## usage

import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
<Alert width={44}>
  <AlertTitle>Deployment queued</AlertTitle>
  <AlertDescription>Your changes will go live in a few minutes.</AlertDescription>
</Alert>

## destructive