@paperbits/core
Version:
Paperbits core components.
23 lines (21 loc) • 679 B
HTML
<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>