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-info
class applies the color and background for showing toast information.Success
- Thee-toast-success
class applies the color and background for notifying success action.Warning
- Thee-toast-warning
class applies the color and background for showing warning message.Danger
- Thee-toast-danger
class applies the color and background for showing error/failure toast.
See also