layout contract

Grid

CSS Grid primitive with responsive column counts.

Variants

  • auto
  • fixed
  • asymmetric

Sizes

  • sm
  • md
  • lg

Example

<Grid variant="fixed" cols={3} size="md">...</Grid>

Usage rule

Default min track for auto variant: 280pt.

The full Grid contract has 3 more rules, plus the do-not patterns. Get the full recipe.

Get the Grid contract in your project.