<button type="button" class="btn btn-primary btn-sm">Small button</button>
<button type="button" class="btn {{ class }}">{{ text }}</button>
{
  "class": "btn-primary btn-sm",
  "text": "Small button"
}

No notes defined.