code wiki / grid
topic: grid
5 modules sharing the grid name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_grid_app_demo.nx | renders the canonical grid use case (a FIXED 200px sidebar + FLUID 1fr content | 18 | 1 |
| nx_grid_demo.nx | renders a real display:grid page (6 cards in a 3-column grid -> 2 rows) to a viewable | 18 | 1 |
| nx_grid_gate.nx | VERDICT gate for the GRID rung (display:grid + grid-template-columns) of the | 159 | 6 |
| nx_grid_test.nx | ISOLATION diagnostic for the GRID rung (display:grid + grid-template-columns). | 132 | 5 |
| nx_grid_track_gate.nx | VERDICT gate for GRID rung 2: PER-TRACK sizing (px fixed + fr flexible share | 162 | 6 |