GitHub

Alert

Displays a alert for user attention with different variants

Deployment successful
You can now start building your next great project.

Installation

pnpm dlx shadcn@latest add https://shark-ui.vercel.app/r/alert.json

Usage

import { 
  Alert, 
  AlertDescription, 
  AlertTitle 
} from "@/components/ui/alert";
<Alert>
  <AlertTitle>Alert</AlertTitle>
  <AlertDescription>This is an alert</AlertDescription>
</Alert>