- Introduces ComponentConnector to use a component inside a widget - Use css to set size of components instead of properties - Smarted positionning - Style tweaks
7 lines
202 B
Handlebars
7 lines
202 B
Handlebars
<button class="btn {{if text 'btn-icon-text' 'no-text btn-icon'}}" aria-label="{{text}}" title="{{text}}">
|
|
{{icon}}
|
|
{{#if text}}
|
|
<span class="d-button-label">{{text}}</span>
|
|
{{/if}}
|
|
</button>
|