Alert

A callout for displaying important information.

Installation

pnpm dlx cnippet@latest add alert

Usage

import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"
<Alert>
  <AlertTitle>Heads up!</AlertTitle>
  <AlertDescription>
    You can add components and dependencies to your app using the cli.
  </AlertDescription>
</Alert>

Examples

Info Alert

Success Alert

Warning Alert

Error Alert