Overview
Persistent tiles reorganize from an equal grid into a hero-led editorial layout.
Build
- 01
Keep each tile’s content and identity stable.
- 02
Reallocate the tiles’ positions and dimensions as one coordinated layout.
- 03
Hold the hierarchy before returning to the equal grid.
Example source React / TSX
examples/editorial-mosaic-reflow.tsx · Uses the catalog’s shared composition helpers.
Loading source…