Skip to content

Grid

const Grid: (props) => ReactElement

Defined in: react/components/layout/grid.tsx:7

Container that tiles children into equal cells, 2 columns by default. Set style={{ gridColumns: N }} to change the column count.

ComponentProps

ReactElement