@paperbits/core
Version:
Paperbits core components.
6 lines • 356 B
HTML
<div id="textStyleSelector" role="listbox" class="tools-paragraphstyle" data-bind="scrollable: true, listbox: {}">
<!--ko foreach: { data: styles, as: 'style' } -->
<a role="option" class="tools-paragraph-style tools-paragraph-style-normal"
data-bind="text: style.displayName, activate: $parent.setTextStyle"></a>
<!--/ko-->
</div>