UNPKG

@paperbits/core

Version:
23 lines (21 loc) 679 B
<div class="form-group"> <label id="linkToLabel" class="form-label"> Height </label> <div class="input-group"> <input type="number" min="50" id="height" class="form-control" placeholder="(Not set)" data-bind="textInput: height" /> </div> </div> <details open> <summary> Background (applied once) </summary> <background params="{ background: $component.background, onUpdate: onBackgroundUpdate }"></background> </details> <details open> <summary> Container box (applied once) </summary> <box params="{ features: 'border,padding', onUpdate: onBoxUpdate }"></box> </details>