@paperbits/core
Version:
Paperbits core components.
7 lines • 428 B
HTML
<div class="input-group">
<input class="form-control" readonly data-bind="value: hyperlinkTitle" />
<button class="btn input-group-btn"
data-bind="balloon: { position: 'right', component: { name: 'hyperlink-selector', params: { hyperlink: $component.hyperlink, onChange: $component.onHyperlinkChange } } }">
<i aria-hidden="true" class="paperbits-icon paperbits-link-69-2"></i>
</button>
</div>