Toast

The Toast component is a transient, non-blocking notification that appears briefly to provide feedback to the user. It is typically used to display messages such as success, error, warning, or informational alerts. Toasts appear at a designated area of the screen, often at the bottom or top, and automatically disappear after a few seconds, ensuring a smooth and unobtrusive user experience.

Notifications

Toast.Growl

hasCloseButton

Boolean | undefined = true

icon

Element

onClose

() => void

variant

"default" | "error" | "warning" | "info" | "success" | undefined = default

Toast.Snackbar

hasCloseButton

Boolean | undefined = true

icon

Element

onClose
Required

() => void

variant

"default" | "error" | "warning" | "info" | "success" | undefined = default

ToastWrapper

dismiss

remove