

Basic gridĬolumn widths are integer values between 1 and 12 they apply at any breakpoint and indicate how many columns are occupied by the component.Ī value given to a breakpoint applies to all the other breakpoints wider than it (unless overridden, as you can read later in this page). A fluid grid's layout can use breakpoints to determine if the layout needs to change dramatically.

Fluid gridsįluid grids use columns that scale and resize content. If you are new to or unfamiliar with flexbox, we encourage you to read this CSS-Tricks flexbox guide. Integer values can be given to each breakpoint, indicating how many of the 12 available columns are occupied by the component when the viewport width satisfies the breakpoint constraints.There are five grid breakpoints: xs, sm, md, lg, and xl.Items have padding to create the spacing between individual items.Item widths are set in percentages, so they're always fluid and sized relative to their parent element.There are two types of layout: containers and items.It uses CSS's Flexible Box module for high flexibility.The grid system is implemented with the Grid component: For a data grid head to the DataGrid component. The Grid component shouldn't be confused with a data grid it is closer to a layout grid.
