<button type="submit" class="btn btn-primary">
Versturen
</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: submit
modifier: primary
There are no notes for this item.