@paperbits/core
Version:
Paperbits core components.
23 lines (21 loc) • 677 B
HTML
<div class="form-group">
<label id="linkToLabel" class="form-label">
Width
</label>
<div class="input-group">
<input type="number" min="50" id="width" class="form-control" placeholder="(Not set)"
data-bind="textInput: width" />
</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>