Version: 5.x
vm-control-group
A simple container that enables player controls to be organized into groups. Each group starts on a new line.
#
Visual#
Usage- HTML
- React
- Vue
- Svelte
- Stencil
- Angular
example.vue
example.svelte
#
PropertiesProperty | Description | Type | Default |
---|---|---|---|
space | Determines where to add spacing/margin. The amount of spacing is determined by the CSS variable --control-group-spacing . | "both" ∣ "bottom" ∣ "none" ∣ "top" | 'none' |
#
CSS Custom PropertiesName | Description |
---|---|
--vm-control-group-spacing | The space between control groups. |