Component
Layout primitives
Box, Container, Stack, Grid, and AspectRatio: the escape-hatch and spacing-scale building blocks every other component composes with. Stack's direction prop covers both vertical (default) and horizontal layouts.
Grid
1
2
3
- gap accepts the fixed spacing scale (1,2,3,4,5,6,8,10,12,16), not arbitrary pixels
Stack direction
direction="vertical" (the default) stacks children top-to-bottom; direction="horizontal" lays them out in a row.
AspectRatio
16:9
API reference
gapNone
Fuji spacing tokenStack and Grid spacing.
columnsNone
numberResponsive Grid column count.
ratioNone
numberAspectRatio width divided by height.
classNameNone
stringAdditional classes applied to the component root.
