Package com.vaadin.flow.theme.lumo
Class LumoUtility.Grid.Breakpoint
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint
-
- Enclosing class:
- LumoUtility.Grid
public static final class LumoUtility.Grid.Breakpoint extends Object
Set of classes defining the number of columns in a grid layout that will be applied only for certain viewport sizes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLumoUtility.Grid.Breakpoint.LargeClasses that will be applied when the viewport has a minimum width of 1024px.static classLumoUtility.Grid.Breakpoint.MediumClasses that will be applied when the viewport has a minimum width of 768px.static classLumoUtility.Grid.Breakpoint.SmallClasses that will be applied when the viewport has a minimum width of 640px.static classLumoUtility.Grid.Breakpoint.XLargeClasses that will be applied when the viewport has a minimum width of 1280px.static classLumoUtility.Grid.Breakpoint.XXLargeClasses that will be applied when the viewport has a minimum width of 1536px.
-