<button type="button" class="btn btn-secondary">Secondary</button>
<button type="button" class="btn {{ class }}">{{ text }}</button>
{
  "class": "btn-secondary",
  "text": "Secondary",
  "desc": "Used for secondary actions."
}

No notes defined.