@paperbits/core
Version:
Paperbits core components.
33 lines (31 loc) • 1.05 kB
HTML
<details open>
<summary>
Source
</summary>
<label for="videoId" class="form-label">Video ID</label>
<div class="input-group">
<input type="text" id="videoId" class="form-control" data-bind="textInput: videoId" maxlength="500"
placeholder="e.g. ScMzIvxBSi4" />
</div>
</details>
<details open>
<summary>
Miscellaneous
</summary>
<label for="controls" class="form-label">
<input type="checkbox" id="controls" data-bind="checked: controls" />Controls
</label>
<label for="autoplay" class="form-label">
<input type="checkbox" id="autoplay" data-bind="checked: autoplay" />Autoplay
</label>
<label for="loop" class="form-label">
<input type="checkbox" id="loop" data-bind="checked: loop" />Loop
</label>
</details>
<details open>
<summary>
Size
</summary>
<size-editor params="{ features: 'height,width', sizeConfig: sizeConfig, onUpdate: onSizeChange }">
</size-editor>
</details>