Import
Usage
Props
ResponsiveValue<string | number>
Number of columns for the grid layout. Cannot be used with the
width prop.ResponsiveValue<string | number>
Minimum width of child elements. The grid will automatically calculate columns using
auto-fit or auto-fill. Cannot be used with the columns prop.ResponsiveValue<string | number>
default:"3"
Space between grid items. Maps to theme space values.
'fit' | 'fill'
default:"'fit'"
Controls auto-repeat behavior:
fit: Grid tracks collapse if not filledfill: Grid tracks maintain size even if empty
ThemeUIStyleObject
Additional theme-aware styles.
string
Apply a variant from
theme.grids.