> For the complete documentation index, see [llms.txt](https://docs.usegravity.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usegravity.app/gravity-native/components/grid.md).

# Grid

Create a two column grid layout simply by wrapping your elements in a `<Grid>` component.&#x20;

## Preview

<div align="left"><figure><img src="/files/tVwqVR9F3Cli8oci70x5" alt="" width="375"><figcaption></figcaption></figure></div>

## Code

```javascript
<Grid>
 <Children/>
</Grid>
```
