Provides a brief notification.
View source code() => voidHandler that is called when the element is closed
ReactNodeThe title to display in the Toast
{ text: string; isLoading?: boolean; onClick: () => void; }The action to display at the bottom of the Toast
ReactNodeContent of the Toast
stringclassName for the element
"alert" | "success"The visual style of the Toast
Default: success