Blazor Toast Example - Notification Types
This sample demonstrates four predefined Toast color types for various scenarios.
The Toast supports four essential colors representing different message types. All color classes must be added with .e-toast:
- Information - Use
e-toast-infoclass for informational messages - Success - Use
e-toast-successclass for success notifications - Warning - Use
e-toast-warningclass for warning messages - Danger - Use
e-toast-dangerclass for error/failure notifications
Each type displays with corresponding icon and background color for visual context.
See also: