Spacing

A collection of tokens related to spacing between elements.

// Best used with components with utility props
<Box padding="small">
...
</Box>
// or if padding props are not available...
<View style={{ padding: spacing.small }}>
...
</View>

Here are the different values that each token resolves to.

TokenValuex8 multiplier
"none"00x
"xsmall"40.5x
"small"81x
"medium"121.5x
"large"162x
"xlarge"243x
"xxlarge"324x
"xxxlarge"405x
"6x"486x
"7x"567x
"8x"648x
"9x"729x
"10x"8010x