Components/Toast
Toast
Stacked, dismissible notifications anchored to a corner of the screen.
Installation
npx ajaxui add toastProps
| Prop | Type | Description |
|---|---|---|
| title | ReactNode | Heading text. |
| description | ReactNode | Body text. |
| variant | "default" | "success" | "error" | "warning" | "info" | Visual style. |
| duration | number | Auto-dismiss after ms (0 disables). |
| position | string | On <ToastProvider>: corner placement. |