Blazor Toast Example - Notification Types
This sample demonstrates four predefined Toast colors available for various scenarios, which can be used in the CSS class.
The Toast supports the following four different essential colours for various situations. Success, danger, warning, and info notifications will be displayed with corresponding icons and text messages. All classes must be added with .e-toast.
Information- Thee-toast-infoclass applies the color and background for showing toast information.Success- Thee-toast-successclass applies the color and background for notifying success action.Warning- Thee-toast-warningclass applies the color and background for showing warning message.Danger- Thee-toast-dangerclass applies the color and background for showing error/failure toast.
See also