Grid

Creating layouts is a breeze using the fully responsive grid system. You can specify up to six columns, and the children will be rendered perfectly on every screen size.

Preview

Code

<Grid cols='2'>
 <Child/>
 <Child/>
</Grid>

Props

PropDescriptionRequiredValue

cols

number of columns

required

integer (max: 6)

Last updated