Skip to main content

Spacer

A fixed-size empty box, useful for manual gaps when gap isn't convenient (e.g. only one side needs spacing).

<Row align="center">
<Box bg="primary" w={32} h={32} rounded="r-2" />
<Spacer w="s-4" />
<Box bg="primary" w={32} h={32} rounded="r-2" />
</Row>

Props

PropTypeDefaultDescription
wTSpacingTokenWidth, resolved from the spacing scale.
hTSpacingTokenHeight, resolved from the spacing scale.