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