No notes defined.

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