The Grid component consists of two components: the <Grid> wrapper and the <Grid-item> component, which is supposed to live inside the wrapper.
prop: width
values: any combination of [1, 2, 3, 4, 5, 6]
We can obviously nest grids to create complex layouts
prop: size
This modifier provides different gutter sizes.
prop: align
This modifier change the items alignment without modifying its height.
prop: liquid
Liquid modifier makes every grid item to naturally space themsevles equally and expand to fit the entire row. Massively useful when all grid items should have the same width.
prop: stretch
This modifier will equal height of grid items.
prop: reverse
This modifier will reverse its grid items.
prop: auto
This modifier will size the element according to its size property (which can itself be auto, which sizes the element based on its contents).
prop: wrapped
Wrap items with a padding instead of using the padding as a column gutter.