@paperbits/core
Version:
Paperbits core components.
30 lines (29 loc) • 1.23 kB
HTML
<details open>
<summary>
Carousel behavior
</summary>
<label for="autoplay" class="form-label">
<input type="checkbox" id="autoplay" data-bind="checked: autoplay" /> Autoplay
</label>
<label for="autoplayInterval" class="form-label">Autoplay Interval (ms)</label>
<div class="input-group">
<input type="number" id="autoplayInterval" class="form-control" data-bind="value: autoplayInterval"
placeholder="5000" min="0" />
</div>
<label for="pauseOnHover" class="form-label">
<input type="checkbox" id="pauseOnHover" data-bind="checked: pauseOnHover" /> Pause autoplay on hover
</label>
<label for="showControls" class="form-label">
<input type="checkbox" id="showControls" data-bind="checked: showControls" /> Show Controls
</label>
<label for="showIndicators" class="form-label">
<input type="checkbox" id="showIndicators" data-bind="checked: showIndicators" /> Show Indicators
</label>
</details>
<details open>
<summary>
Size
</summary>
<size-editor params="{ features: 'minMaxHeight', sizeConfig: sizeConfig, onUpdate: onSizeUpdate }">
</size-editor>
</details>