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
autoColumnsSystemProps["gridAutoColumns"]autoFlow
autoFlowShorthand prop for gridAutoFlow
SystemProps["gridAutoFlow"]autoRows
autoRowsShorthand prop for gridAutoRows
SystemProps["gridAutoRows"]column
columnShorthand prop for gridColumn
SystemProps["gridColumn"]row
rowShorthand prop for gridRow
SystemProps["gridRow"]templateAreas
templateAreasShorthand prop for gridTemplateAreas
SystemProps["gridTemplateAreas"]templateColumns
templateColumnsShorthand prop for gridTemplateColumns
SystemProps["gridTemplateColumns"]templateRows
templateRowsShorthand prop for gridTemplateRows
SystemProps["gridTemplateRows"]GridItem Props#
area
areaShorthand prop for gridArea
SystemProps["gridArea"]colEnd
colEndResponsiveValue<number | "auto">colSpan
colSpanThe number of columns the grid item should span.
ResponsiveValue<number | "auto">colStart
colStartThe column number the grid item should start.
ResponsiveValue<number | "auto">rowEnd
rowEndResponsiveValue<number | "auto">rowSpan
rowSpanResponsiveValue<number | "auto">rowStart
rowStartResponsiveValue<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
autoColumnsShorthand prop for gridAutoColumns
SystemProps["gridAutoColumns"]autoFlow
autoFlowShorthand prop for gridAutoFlow
SystemProps["gridAutoFlow"]autoRows
autoRowsShorthand prop for gridAutoRows
SystemProps["gridAutoRows"]column
columnShorthand prop for gridColumn
SystemProps["gridColumn"]row
rowShorthand prop for gridRow
SystemProps["gridRow"]templateAreas
templateAreasShorthand prop for gridTemplateAreas
SystemProps["gridTemplateAreas"]templateColumns
templateColumnsShorthand prop for gridTemplateColumns
SystemProps["gridTemplateColumns"]templateRows
templateRowsShorthand prop for gridTemplateRows
SystemProps["gridTemplateRows"]GridItem Props#
area
areaShorthand prop for gridArea
SystemProps["gridArea"]colEnd
colEndResponsiveValue<number | "auto">colSpan
colSpanThe number of columns the grid item should span.
ResponsiveValue<number | "auto">colStart
colStartThe column number the grid item should start.
ResponsiveValue<number | "auto">rowEnd
rowEndResponsiveValue<number | "auto">rowSpan
rowSpanResponsiveValue<number | "auto">rowStart
rowStartResponsiveValue<number | "auto">