Toast
Toast notifications with success, error, warning, and default variants.
Examples
Interactive Toasts
Props
| Prop | Type | Default | Description |
|---|---|---|---|
type | "default" | "success" | "error" | "warning" | "default" | Visual style variant of the toast |
message* | string | - | Toast message content |
duration | number | 5000 | Duration in milliseconds before auto-dismiss |