Update Available
A new version of the dashboard is available.
Success
Your changes have been saved successfully.
Warning
Your subscription is expiring soon.
Connection Error
Failed to connect to the server.
1<AlertBase 2 type="info" 3 title="Information" Installation
npx zeroui@latest add alert-baseProps
| name | type | default | description |
|---|---|---|---|
| type | "info" | "success" | "warning" | "error" | "info" | Alert sentiment style |
| title | string | - | Alert title |
| description | string | - | Alert message body |
| onClose | () => void | - | Optional close handler |