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