AlertType
enum in namespace DotVVM.Controls.Tailwind.Controls
Defines the supported visual variants of the Alert control.
Values
| Name | Value | Description |
|---|---|---|
| Default | 0 | A neutral alert style for general messages. |
| Success | 1 | A positive alert style for successful actions. |
| Warning | 2 | A cautionary alert style for warnings. |
| Danger | 3 | An alert style for errors or destructive states. |
| Info | 4 | An informational alert style for guidance and status messages. |
| Primary | 5 | A brand-accented alert style for primary emphasis. |