<button href="#" class="btn">This is also a button, but inside an actual &lt;button&gt;</button>
<{{ tagName|default('a') }}{% if url %} href="{{ url }}"{% endif %} class="btn{% if modifiers is defined and modifiers|length %} btn--{{ modifiers|join(' btn--') }}{% endif %}" {% if attributes is defined and attributes %}{% for key, value in attributes %} {{ key }}="{{ value }}"{% endfor %}{% endif %}>{{ text }}</{{ tagName|default('a') }}>
{
  "text": "This is also a button, but inside an actual &lt;button&gt;",
  "url": "#",
  "tagName": "button"
}

No notes defined.