Installation
Examples
Variants
info, success, warning, and danger banners.
Maintenance scheduledThe platform will be down for 30 minutes on March 20.
v0.2.0 released!20 new components are now available.
Breaking changesSome API signatures changed in v0.2.0.
Outage detectedWe are investigating an issue with auth.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | 'info'|'success'|'warning'|'danger' | 'info' | Color scheme. |
| title | ReactNode | — | Bold heading text. |
| description | ReactNode | — | Supporting body. |
| dismissible | boolean | false | Shows a close button. |
| onDismiss | () => void | — | Called when dismissed. |
| action | ReactNode | — | Action element in the right slot. |