TailwindBreakpoint
enum in namespace DotVVM.Controls.Tailwind.Controls
Specifies a standard Tailwind responsive breakpoint.
Values
| Name | Value | Description |
|---|---|---|
| Small | 0 | Applies from the small breakpoint (sm). |
| Medium | 1 | Applies from the medium breakpoint (md). |
| Large | 2 | Applies from the large breakpoint (lg). Default. |
| ExtraLarge | 3 | Applies from the extra-large breakpoint (xl). |
| ExtraExtraLarge | 4 | Applies from the 2xl breakpoint (2xl). |