Alert
Soft gradient notice panel in note, caution and stop flavors.
Software Update
Mac OS X 10.4 "Tiger" is available for your computer.
Low battery
You are now running on reserve power. Plug in your PowerBook.
Disk not ejected properly
Eject a disk before disconnecting it, or you may lose data.
install
npx shadcn@latest add @aqua/alertUsage
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"
import { InfoIcon } from "lucide-react"
<Alert variant="warning">
<InfoIcon />
<AlertTitle>Low battery</AlertTitle>
<AlertDescription>Plug in your PowerBook.</AlertDescription>
</Alert>Alerts render inline. To pop them onto the screen from an event, use the Toast component, which wraps these same panels in a Growl-style notifier.