<div class="btn-group btn-group-xs" role="group" aria-label="Extra small button group">
    <button type="button" class="btn btn-primary">Links</button>
    <button type="button" class="btn btn-primary">Midden</button>
    <button type="button" class="btn btn-primary">Rechts</button>
</div>
<div class="btn-group {{ modifier }}" role="group" aria-label="{{ ariaLabel }}">
  {{#each buttons }}
    <button type="button" class="btn btn-primary">{{ this }}</button>
  {{/each}}
</div>
buttons:
  - Links
  - Midden
  - Rechts
ariaLabel: Extra small button group
modifier: btn-group-xs

Groepeert een set buttons op een enkele regel. Gebaseerd op de Bootstrap “Button groups” component