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
areaDescription
Type
ResponsiveValue<GridArea>colEnd
colEndType
ResponsiveValue<number | "auto">colSpan
colSpanDescription
The number of columns the grid item should span.
Type
ResponsiveValue<number | "auto">colStart
colStartDescription
The column number the grid item should start.
Type
ResponsiveValue<number | "auto">rowEnd
rowEndType
ResponsiveValue<number | "auto">rowSpan
rowSpanType
ResponsiveValue<number | "auto">rowStart
rowStartType
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
areaDescription
Shorthand prop for gridArea
Type
ResponsiveValue<GridArea>colEnd
colEndType
ResponsiveValue<number | "auto">colSpan
colSpanDescription
The number of columns the grid item should span.
Type
ResponsiveValue<number | "auto">colStart
colStartDescription
The column number the grid item should start.
Type
ResponsiveValue<number | "auto">rowEnd
rowEndType
ResponsiveValue<number | "auto">rowSpan
rowSpanType
ResponsiveValue<number | "auto">rowStart
rowStartType
ResponsiveValue<number | "auto">