# 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 A B ``` A A B