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
| Prop | Type | Default | Description |
|---|---|---|---|
w | TSpacingToken | Width, resolved from the spacing scale. | |
h | TSpacingToken | Height, resolved from the spacing scale. |