No notes defined.
<a class='c-button c-button--with-icon c-button--icon-only c-button--feedback' href="#">Icon only</a>
<a class='{{ get_component_class( 'button', display ) }}'
{% if id %}id="{{ id }}"{% endif %}
href="{{ url }}">{{ text }}</a>
{
"text": "Icon only",
"url": "#",
"display": {
"modifiers": [
"with-icon",
"icon-only",
"feedback"
]
}
}