Skip to main content

SpacerBox

<SpacerBox> is one of the most simple components but still so helpful. It gives you the ability to add additional spacing between components. You can pass a size parameter or use the default which is small.

Sizes

<SpacerBox size="small" /> equivalent to <br /><br />

<SpacerBox size="medium" /> equivalent to <br /><br /><br /><br />

<SpacerBox size="large" /> equivalent to <br /><br /><br /><br /><br /><br />

info

<SpacerBox> is the same as <SpacerBox size="small" />.