Displays a alert for user attention with different variants
pnpm dlx shadcn@latest add https://shark-ui.vercel.app/r/alert.jsonimport {
Alert,
AlertDescription,
AlertTitle
} from "@/components/ui/alert";<Alert>
<AlertTitle>Alert</AlertTitle>
<AlertDescription>This is an alert</AlertDescription>
</Alert>pnpm dlx shadcn@latest add https://shark-ui.vercel.app/r/alert.json