UNPKG

@paperbits/core

Version:
41 lines (37 loc) 1.38 kB
<details open> <summary> Background <button class="btn btn-info" role="tooltip" data-bind="tooltip: 'Manage background'"></button> </summary> <background params="{ background: background, onUpdate: onBackgroundChange }"></background> </details> <alignment-editor params="{ container: containerConfig, onUpdate: onContainerChange }"></alignment-editor> <details open> <summary> Base 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> <details open> <summary> Size </summary> <size-editor params="{ features: 'height,width', allowUnits: 'px,%', sizeConfig: sizeConfig, onUpdate: onSizeChange }"> </size-editor> </details> <details open> <summary> Box </summary> <box params="{ features: 'margin,padding,border', box: boxConfig, onUpdate: onBoxUpdate }"></box> </details>