<span class="dso-label dso-label-primary">
    Primary
    <button type="button" title="Verwijder">
        <span class="fas fa-times"></span>
    </button>
</span>
<span class="dso-label{{#if modifier}} dso-label-{{ modifier }}{{/if}}">
  {{ label }}
  {{#if button}}
    <button type="button" title="{{ buttonTitle }}">
      <span class="{{ button }}"></span>
    </button>
  {{/if}}
</span>
label: Primary
modifier: primary
button: fas fa-times
buttonTitle: Verwijder

There are no notes for this item.