Grid Column

Control where items are placed horizontally in the grid.

The gridColumn property defines which columns an item should occupy within a grid.

Example

Loading Preview…

Quick Notes

  • start and end define the grid lines.
  • You can use absolute indices (1-indexed) or relative spans (e.g., { span: 2 }).

Next Steps

© 2026 ByteLand Technology Limited