Shorthand prop for gridArea
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:
GridItem Props#
area
area
Description
Type
ResponsiveValue<GridArea>
colEnd
colEnd
Type
ResponsiveValue<number | "auto">
colSpan
colSpan
Description
The number of columns the grid item should span
.
Type
ResponsiveValue<number | "auto">
colStart
colStart
Description
The column number the grid item should start.
Type
ResponsiveValue<number | "auto">
rowEnd
rowEnd
Type
ResponsiveValue<number | "auto">
rowSpan
rowSpan
Type
ResponsiveValue<number | "auto">
rowStart
rowStart
Type
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:
GridItem Props#
area
area
Description
Shorthand prop for gridArea
Type
ResponsiveValue<GridArea>
colEnd
colEnd
Type
ResponsiveValue<number | "auto">
colSpan
colSpan
Description
The number of columns the grid item should span
.
Type
ResponsiveValue<number | "auto">
colStart
colStart
Description
The column number the grid item should start.
Type
ResponsiveValue<number | "auto">
rowEnd
rowEnd
Type
ResponsiveValue<number | "auto">
rowSpan
rowSpan
Type
ResponsiveValue<number | "auto">
rowStart
rowStart
Type
ResponsiveValue<number | "auto">