Alert
Displays a callout for user attention with optional title and description.
Preview
Heads up!
You can add components to your app using the cli.
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/alertUsage
Import the component from the package:
import { Alert } from "@/registry/ui/alert"Then use it in your application:
<Alert />Examples
Default
Heads up!
You can add components to your app using the cli.