<span class="dso-label dso-label-danger">
    Danger
    <button type="button" title="Verwijder">
        <svg class="di di-times">
            <use href="../../dso-icons.svg#times" />
        </svg> </button>
</span>
<span class="dso-label{{#if modifier}} dso-label-{{ modifier }}{{/if}}">
  {{ label }}
  {{#if button}}
    <button type="button" title="{{ buttonTitle }}">
      {{> '@icon' icon=button }}
    </button>
  {{/if}}
</span>
label: Danger
modifier: danger
button: times
buttonTitle: Verwijder

There are no notes for this item.