Shorthand prop for gridAutoColumns
Grid
Grid is a layout for managing grid layouts
Props#
Grid Props#
Grid composes Box
so you can pass all the Box
prop, and these shorthand prop
to save you some time:
autoColumns
autoColumns
SystemProps["gridAutoColumns"]
autoFlow
autoFlow
Shorthand prop for gridAutoFlow
SystemProps["gridAutoFlow"]
autoRows
autoRows
Shorthand prop for gridAutoRows
SystemProps["gridAutoRows"]
column
column
Shorthand prop for gridColumn
SystemProps["gridColumn"]
row
row
Shorthand prop for gridRow
SystemProps["gridRow"]
templateAreas
templateAreas
Shorthand prop for gridTemplateAreas
SystemProps["gridTemplateAreas"]
templateColumns
templateColumns
Shorthand prop for gridTemplateColumns
SystemProps["gridTemplateColumns"]
templateRows
templateRows
Shorthand prop for gridTemplateRows
SystemProps["gridTemplateRows"]
GridItem Props#
area
area
Shorthand prop for gridArea
SystemProps["gridArea"]
colEnd
colEnd
ResponsiveValue<number | "auto">
colSpan
colSpan
The number of columns the grid item should span
.
ResponsiveValue<number | "auto">
colStart
colStart
The column number the grid item should start.
ResponsiveValue<number | "auto">
rowEnd
rowEnd
ResponsiveValue<number | "auto">
rowSpan
rowSpan
ResponsiveValue<number | "auto">
rowStart
rowStart
ResponsiveValue<number | "auto">
Props#
Grid Props#
Grid composes Box
so you can pass all the Box
prop, and these shorthand prop
to save you some time:
autoColumns
autoColumns
Shorthand prop for gridAutoColumns
SystemProps["gridAutoColumns"]
autoFlow
autoFlow
Shorthand prop for gridAutoFlow
SystemProps["gridAutoFlow"]
autoRows
autoRows
Shorthand prop for gridAutoRows
SystemProps["gridAutoRows"]
column
column
Shorthand prop for gridColumn
SystemProps["gridColumn"]
row
row
Shorthand prop for gridRow
SystemProps["gridRow"]
templateAreas
templateAreas
Shorthand prop for gridTemplateAreas
SystemProps["gridTemplateAreas"]
templateColumns
templateColumns
Shorthand prop for gridTemplateColumns
SystemProps["gridTemplateColumns"]
templateRows
templateRows
Shorthand prop for gridTemplateRows
SystemProps["gridTemplateRows"]
GridItem Props#
area
area
Shorthand prop for gridArea
SystemProps["gridArea"]
colEnd
colEnd
ResponsiveValue<number | "auto">
colSpan
colSpan
The number of columns the grid item should span
.
ResponsiveValue<number | "auto">
colStart
colStart
The column number the grid item should start.
ResponsiveValue<number | "auto">
rowEnd
rowEnd
ResponsiveValue<number | "auto">
rowSpan
rowSpan
ResponsiveValue<number | "auto">
rowStart
rowStart
ResponsiveValue<number | "auto">