# Spacer Add a 16px gap between adjacent items. ##### Without spacer: ```vue-html A B ```
A B
##### With spacer: ```vue-html{2} A B ```
A B
##### Spacers can also be added for horizontal space: ```vue-html{4} A B C ```
A B C
## Modify the size of a Spacer ```vue ```
{{ size }}px
A B
## Make the Spacer elastic (responsive) ```vue-html A B C D E ```
A B C D E
## Use the Spacer to vary an element's dimensions