Spacer
Gives (or removes) space between content
---
blocks:
- _bookshop_name: elements/spacer
height: 3xl
pull_up: null
- _bookshop_name: elements/rich-text
markdown: There's a spacer above this component
align: start
decoration: null
size: null
margin:
top: null
bottom: null
---
{% for block in blocks %}
{% bookshop "{{block._bookshop_name}}" bind: block %}
{% endfor %}
Properties
heightenum
The amount of space to create
xs |
|
s |
|
m |
|
l |
|
xl |
|
2xl |
|
3xl |
pull-upinteger
The amount of reduce the space below. Useful for positioning overlapping content.