Toast

Toast messages let users know that the task they just performed was successful or not. These messages give users immediate feedback after taking some action. They usually stay on the screen for 2-3 seconds and then disappear. Toast can be used to show success messages, warnings or errors.

Toast

AceUI provides toasts of three variants, that can be used to show success, warning or error message. Follow example given below to make toast.

This is success toast
This is warning toast
This is error toast