ToastType Enumeration

Color for the background of a Toast

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public enum ToastType

Members

None0 No color to employ.
Primary1 Primary background color.
Secondary2 Secondary background color.
Success3 Success background color.
Danger4 Danger background color.
Warning5 Warning background color.
Info6 Info background color.
Light7 Light background color.
Dark8 Dark background color.

Extension Methods

ToToastTextColorClass Converts the toastType to a CSS class for the background color of a Toast
(Defined by EnumExtensions)

See Also