<button type="button" class="btn btn-default">
Versturen
<span class="badge">3</span>
</button>
<button type="{{ type }}" class="btn btn-{{ modifier }}" {{{ifattr 'disabled' disabled }}}>
{{#if icon }}
{{> '@icon' icon=icon }}
{{/if}}
{{#if iconOnly }}
<span class="sr-only">{{ label }}</span>
{{else}}
{{ label }}
{{/if}}
{{#if count }}
{{> '@badge' }}
{{/if}}
</button>
label: Versturen
type: button
modifier: default
count: 3
There are no notes for this item.