Toast Options
Core Options
| Option | Type | Description |
|---|---|---|
message | string | ReactNode | Required content |
type | "success" | "error" | "info" | "warning" | "loading" | "submit" | Toast type |
theme | "light" | "dark" | "colored" | Theme variant |
position | "top-right" | "top-left" | "bottom-right" | "bottom-left" | "center" | "center-top" | "center-bottom" | Placement |
title | boolean | Show header/title |
duration | number | Auto-close duration (0 = infinite) |
autoClose | boolean | Enable auto close |
closable | boolean | Show close button |
progress | boolean | Show progress bar |
pauseOnHover | boolean | Pause on hover |
pauseOnFocusLoss | boolean | Pause on tab switch |
className | string | Custom styles |