<button type="button" class="btn btn-default">

</button>
<button type="{{ type }}" class="btn btn-{{ modifier }}" {{{ifattr 'disabled' disabled }}}>
  {{#if icon }}
    {{> '@icon' icon=icon }}
  {{/if}}
  {{ label }}
</button>
type: button
modifier: default

There are no notes for this item.