layout
Bento grid
also called bento box layout, bento layout
A grid whose cells are deliberately different sizes, tiled to fill a rectangle without gaps, like the compartments of a bento box.
The name arrived from Japanese lunch boxes by way of Apple’s product pages and a run of startup marketing sites around 2022, and it stuck because nothing else in the vocabulary described the thing. A dashboard of unequal panels is not a card grid, not a mosaic, and not a masonry wall. It is a rectangle divided into compartments of chosen sizes.
Two properties do the work. The cells vary in size on purpose, so the layout can say which panel matters most without a heading saying it. And the arrangement tiles: every cell is a whole number of tracks wide and tall, the field is filled edge to edge, and nothing is left ragged. Take either property away and it is a different layout. Equal cells are a plain grid. Ragged edges are masonry, which packs by column height and lets the bottom fall where it falls.
The size differences are a claim about importance, so make the claim true. A bento whose largest cell holds the least useful number is worse than a uniform grid, because the reader has been told where to look and then let down. On narrow screens the compartments usually have to give up and stack, which is the honest answer: a bento that keeps its proportions at 360px is illegible in a way that serves nobody.
Which word?
| If you want | say |
|---|---|
| cells at deliberately different sizes, tiled to fill a rectangle | bento grid |
| unequal heights packed into the shortest column | masonry |
| many peers of the same kind, browsed by scanning | card grid |
| many independent readouts on one screen | dashboard grid |
| content that needs to span rows as well as columns | modular grid |
Related
See also: Grid lanes