Skip to main content
Version: 2.1.4

IGridCellProps

3p-core v2.1.4


3p-core / IGridCellProps

Interface: IGridCellProps

Props for the GridCell component. Defines how a single cell should span within a CSS grid layout.

Properties

PropertyTypeDescription
colSpan?numberNumber of columns the cell should span. Default 1
rowSpan?numberNumber of rows the cell should span. Default 1
style?anyOptional inline styles to apply to the cell container.