UNPKG

@ribajs/bs4

Version:

Bootstrap 4 module for Riba.js

9 lines (6 loc) 472 B
<div rv-add-class="'drop' | append dropdownDirection"> <div class="dropdown-toggle dropdown-toggle-share" rv-id="dropdownId" rv-template="labelTemplate"></div> <div class="dropdown-menu" rv-aria-labelledby="dropdownId"> <a rv-each-item="shareItems" rv-show="item.available" rv-download="item.type | eq 'download'" rv-type="item.type" target="_blank" rv-on-click="shareOnService" class="dropdown-item" rv-href="item.url" rv-html="item.label"></a> </div> </div>