@paperbits/core
Version:
Paperbits core components.
17 lines (15 loc) • 593 B
HTML
<details open>
<summary>
Background
<button class="btn btn-info" role="tooltip" data-bind="tooltip: 'Manage background'"></button>
</summary>
<background params="{ background: backgroundConfig, onUpdate: onBackgroundChange }"></background>
</details>
<alignment-editor params="{ container: containerConfig, onUpdate: onContainerChange }"></alignment-editor>
<details open>
<summary>
Size
</summary>
<size-editor params="{ features: 'minMaxWidth', sizeConfig: sizeConfig, onUpdate: onSizeChange }">
</size-editor>
</details>