<a href="#" class="btn">This is a button</a>
<{{ 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 a button",
  "url": "#"
}

No notes defined.