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

No notes defined.