<div class="spacer"></div>
<div class="input-group">
<button id="submit" type="submit" class="button">
<span class="button__label">Submit</span></button>
</div>
{% if not standAlone %}<div class="spacer"></div>{% endif %}
<div class="input-group{% if modifiers %}{% for modifier in modifiers %} input-group--{{ modifier }}{% endfor %}{% endif %}">
{% render '@button', {label: label, id: id, icon: icon, modifiers: modifiers, type: type, standAlone: true}, true %}
</div>
{
"label": "Submit",
"id": "submit",
"icon": false,
"modifiers": false,
"type": "submit",
"standAlone": false
}
There are no notes for this item.