Grid

Create a two column grid layout simply by wrapping your elements in a <Grid> component.

Preview

Code

<Grid>
 <Children/>
</Grid>

Last updated