Grid

Grid is a component for managing grid layouts. It also comes with handy style shorthand.

Usage

import { Grid, GridItem } from "@yamada-ui/react"
<Grid>
  <GridItem />
</Grid>

Use Template Areas

Spanning Multiple Columns and Rows

Props