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