No notes defined.

<a class='c-button c-button--secondary' href="#">Secondary</a>
<a class='{{ get_component_class( 'button', display ) }}' 
    {% if id %}id="{{ id }}"{% endif %}
    href="{{ url }}">{{ text }}</a>
{
  "text": "Secondary",
  "url": "#",
  "display": {
    "modifiers": [
      "secondary"
    ]
  }
}