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

No notes defined.