UNPKG

@paperbits/core

Version:
23 lines (21 loc) 704 B
<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> Container size </summary> <size-editor params="{ features: 'minMaxHeight,minMaxWidth', sizeConfig: containerSizeStyles, onUpdate: onContainerSizeUpdate }"> </size-editor> </details> <details open> <summary> Container box </summary> <box params="{ features: 'margin', box: box, onUpdate: onBoxUpdate }"></box> </details>