IGridItemProps
@spartanfx/react / index / IGridItemProps
Interface: IGridItemProps
Props for the GridItem component.
Defines how a single cell should span within a CSS grid layout.
Properties
Options
Appearance & theming
| Property | Type | Default | Description |
|---|---|---|---|
className? | string | - | Optional CSS class name for the grid item. |
style? | CSSProperties | - | Optional inline styles to apply to the cell container. |