Alert
Displays a callout for user attention with various styles.
Preview
Heads up!
You can add components to your app using the cli.
Installation
Use the CLI to add this component to your project.
Usage
tsx
10 linesCopy
Examples
Default
Information
This is a default alert for general information.
Destructive
Error
Your session has expired. Please log in again.
Success (Custom Styling)
Success!
Your changes have been saved successfully.
Warning (Custom Styling)
Warning
Your trial period is ending in 3 days.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
variant | "default" | "destructive" | default | The visual style of the alert |
className | string | Additional CSS classes |