@paperbits/core
Version:
Paperbits core components.
41 lines (37 loc) • 1.39 kB
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>
Box
</summary>
<box params="{ features: 'margin, padding, border', box: boxConfig, onUpdate: onBoxUpdate }"></box>
</details>
<details open>
<summary>
Size
</summary>
<size-editor
params="{ features: 'height,width,fit', allowUnits: 'px', sizeConfig: sizeConfig, onUpdate: onSizeChange }">
</size-editor>
</details>
<!-- <details open>
<summary>
Styling
</summary>
<div class="form-group">
<label for="appearanceStyle" class="form-label">
Appearance
<button class="btn btn-info" role="tooltip"
data-bind="tooltip: 'Predefined appearance from style guide.'"></button>
</label>
<dropdown id="appearanceStyle"
params="{ options: appearanceStyles, value: appearanceStyle, optionsText: 'displayName', optionsValue: 'key', heading: 'Appearance' }">
</dropdown>
</div>
</details> -->