<button href="#" class="btn">This is also a button, but inside an actual <button></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 <button>",
"url": "#",
"tagName": "button"
}
No notes defined.