SimpleGrid

SimpleGrid is a component that makes Grid simpler and more user-friendly.

GridItem
GridItem
GridItem
GridItem

Usage

import { SimpleGrid } from "@yamada-ui/react"
<SimpleGrid />

Adjusting gaps

To adjust gaps, pass values to gap, rowGap, and columnGap.

GridItem
GridItem
GridItem
GridItem

Adjusting child width

To adjust the width of child elements, pass a value to minChildWidth.

GridItem
GridItem
GridItem
GridItem

Props