Installation
Examples
Variants
Default, success, warning, and danger.
Notification
Your request was processed.
Saved!
Your changes have been saved.
Warning
Storage is almost full.
Error
Something went wrong.
With action
Add an action button inside the toast.
File deleted
report.pdf was removed.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | Primary message. |
| description | string | — | Secondary detail text. |
| variant | 'default'|'success'|'warning'|'danger' | 'default' | Visual style. |
| duration | number | 4000 | Auto-dismiss duration in ms. |
| action | ReactNode | — | Action button inside the toast. |