Raxol. UI. Layout. CSSGrid. ItemPlacement
(Raxol v2.6.0)
View Source
Handles grid item placement: explicit placement via grid-area / grid-row / grid-column, occupancy-grid construction, and auto-placement (grid-auto-flow).
Summary
Functions
Auto-place items that have no explicit cell.
Parse grid-template-areas string into a map of area_name -> bounds.
Place children that have explicit grid-area / grid-row / grid-column.
Functions
Auto-place items that have no explicit cell.
Parse grid-template-areas string into a map of area_name -> bounds.
Place children that have explicit grid-area / grid-row / grid-column.