Alert
Displays a callout for user attention.
Preview
Heads up!
You can add components and dependencies to your app using the cli.
Error
Your session has expired. Please log in again.
Installation
$npx maddex add Alert
Usage
1<!-- @import { Alert, AlertDescription, AlertTitle } from ../../lib/components -->
2
3<Alert>
4 <Terminal class="h-4 w-4" />
5 <AlertTitle>Heads up!</AlertTitle>
6 <AlertDescription>
7 You can add components and dependencies to your app using the cli.
8 </AlertDescription>
9</Alert>