comindware.core.ui
Version:
Comindware Core UI provides the basic components like editors, lists, dropdowns, popups that we so desperately need while creating Marionette-based single-page applications.
10 lines (9 loc) • 369 B
HTML
<div class="filter-icon-list__i">
<i class="filter-icon filter-icon-item {{iconPrefixer iconClass}} {{iconColor}}" aria-hidden="true"></i>
<span class="filter-icon-list-txt">
{{localizedText name}}
</span>
{{#if draggable}}
<span class="filter-icon-list-draggable js-dragger" title="{{localize 'CORE.COMMON.DRAGME'}}"></span>
{{/if}}
</div>