@paperbits/core
Version:
Paperbits core components.
6 lines • 442 B
HTML
<div class="toolbox-btn" data-bind="css: { 'toolbox-btn-is-active': hyperlink() }">
<a href="#" role="button" aria-label="Select hyperlink"
data-bind="balloon: { component: { name: 'hyperlink-selector', params: { hyperlink: $component.hyperlink, onChange: $component.onHyperlinkChange } } }, tooltip: { message: 'Set hyperlink' }">
<i aria-hidden="true" class="paperbits-icon paperbits-link-69-2"></i>
</a>
</div>