Toast Reference ↓
Types
Positions
Duration
Reference
Base
| Option | Values |
|---|---|
ui.toast(message, options) | call to show a toast notification |
Modifiers
| Option | Values |
|---|
Options
| Option | Values |
|---|---|
type | success, warning, danger, info, default |
position | top-left, top-center, top-right, bottom-left, bottom-center, bottom-right |
duration | ms before auto-dismiss (0 = sticky, default 4000) |
closeable | true / false — show X button |