View All Components

Component: 

Features:

  1. allows 5 spacings

Notes:

  1. useful for layout adjustments


 

Watch Short Video

Vertical Spacing

paragraph--vertical-spacing.html.twig

 

{% block paragraph %}
{% block content %}
<div class="py-{{ paragraph.field_spacing.value }}"></div>
{% endblock %}
{% endblock paragraph %}