@paperbits/core
Version:
Paperbits core components.
27 lines (25 loc) • 893 B
HTML
<details open>
<summary>
Main
</summary>
<div class="form-group">
<button class="btn btn-info" role="tooltip" data-bind="tooltip: 'Tab label'"></button>
<label for="styleName">Tab label</label>
<input id="styleName" type="text" class="form-control" spellcheck="false"
data-bind="textInput: tabLabel, focus: true">
</div>
</details>
<details open>
<summary>
Background
<button class="btn btn-info" role="tooltip" data-bind="tooltip: 'Manage background'"></button>
</summary>
<background params="{ background: $component.background, onUpdate: onBackgroundUpdate }"></background>
</details>
<details open>
<summary>
Size
</summary>
<size-editor params="{ features: 'minMaxWidth', sizeConfig: sizeConfig, onUpdate: onSizeUpdate }">
</size-editor>
</details>