Alert

Displays a callout for user attention with optional title and description.

Preview

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/alert

Usage

Import the component from the package:

import { Alert } from "@/registry/ui/alert"

Then use it in your application:

<Alert />

Examples

Default