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 class
LumoUtility.Grid.Breakpoint.Large
Classes that will be applied when the viewport has a minimum width of 1024px.static class
LumoUtility.Grid.Breakpoint.Medium
Classes that will be applied when the viewport has a minimum width of 768px.static class
LumoUtility.Grid.Breakpoint.Small
Classes that will be applied when the viewport has a minimum width of 640px.static class
LumoUtility.Grid.Breakpoint.XLarge
Classes that will be applied when the viewport has a minimum width of 1280px.static class
LumoUtility.Grid.Breakpoint.XXLarge
Classes that will be applied when the viewport has a minimum width of 1536px.
-