Information
This is an informational alert to keep you updated.
Displays a prominent message to communicate information, success, warning, or error states.
Feedback & Statusimport { Alert } from "@/components/ui"| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "info" | "success" | "warning" | "error" | "neutral" | "info" | Semantic style of the alert. |
| title | string | — | Bold heading text. |
| icon | ReactNode | — | Custom icon override. |
| onDismiss | () => void | — | Shows a dismiss button when provided. |
Information
Success
Warning
Error