1. Primitives
  2. Grid

<Grid />

The Grid component is for building 2-dimensional layers (based on CSS grid).

Properties  

autoRows?: 'auto' | 'min' | 'max' | 'fr'
autoCols?: 'auto' | 'min' | 'max' | 'fr'
autoFlow?: 'row' | 'column' | 'row dense' | 'column dense'
columns?: number | number[]
gap?: number | number[]
rows?: number | number[]

Made withby folks at