GridCell
Optional cell of a grid layout
Optional props
asChild
Children composition
type
boolean
default
false
columnStart
CSS grid-column-start
type
Property.GridColumnStart
default
auto
columnEnd
CSS grid-column-end
type
Property.GridColumnEnd
default
auto
rowStart
CSS grid-row-start
type
Property.GridRowStart
default
auto
rowEnd
CSS grid-row-end
type
Property.GridRowEnd
default
auto
column
CSS grid-column
type
Property.GridColumn
default
auto
row
CSS grid-row
type
Property.GridRow
default
auto
area
CSS grid-area
type
Property.GridArea
default
auto