<button type="button" class="btn  btn-outline-dark">Dark Button</button>
<button type="button" class="btn {{modifiers modifiers}}">{{{label}}}</button>
{
  "label": "Dark Button",
  "modifiers": [
    "btn-outline-dark"
  ]
}

No notes defined.