Toast
Floating notification panels for status messages.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | Bold heading text for the toast notification. |
| description | string | — | Body text displayed below the title. |
| variant | "default" | "success" | "error" | "default" | Visual style that changes the background color. |
| duration | number (ms) | 3000 | Time in milliseconds before the toast auto-dismisses. |