1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00
documize/gui/app/templates/components/ui/ui-button.hbs
2022-01-11 12:40:52 -05:00

5 lines
120 B
Handlebars

{{#if hasIcon}}
<i class="dicon {{iconClass}}" />
{{/if}}
<div class="label" title={{label}}>{{label}}</div>
{{yield}}