Feedback
Alert
An inline alert banner for page-level feedback with optional dismiss button.
Preview:1280px
API key expiring soon
Your API key expires in 7 days. Rotate it to avoid downtime.
Deployment complete
v2.4.0 is live on all regions.
Deprecated endpoint
The v1 API will be removed on 2027-01-01.
Service disruption
The embeddings endpoint is experiencing elevated latency.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | 'info' | 'success' | 'warning' | 'error' | 'info' | Color and icon set. |
| title | string | - | Alert heading. |
| children | ReactNode | - | Detail message content. |
| dismissible | boolean | false | Show a close button. |
| onDismiss | () => void | - | Dismiss handler. |
| icon | ReactNode | - | Custom icon override. |