--- title: Alert description: Displays a callout for user attention. component: true --- ## Installation ```bash npx shadcn-ui add alert ``` Manual Installation 1. Copy and paste the following code into your project. ## Usage ```tsx import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert" ``` ```tsx Heads up! You can add components and dependencies to your app using the cli. ``` ## Examples ### Default --- ### Destructive