BlogPlaygroundOne

VVideoVolume API


Props
name
type
default
'vertical' | 'horizontal'
'vertical'

Switch between horizontal and vertical slider.

boolean
false

Display slider next to the icon. VMenu won’t be displayed on click. Recomended to pair with sliderProps to configure slider width.

string
undefined

Text to display in tooltip and passed to aria-label.

unknown
undefined

Props passed to VMenu containing volume slider. Useful to adjust location and control menu alignment

number
0

Volume value (0 ~ 100)

{
  maxWidth: string | number
  width: string | number
  color: string
  disabled: boolean
  thumbSize: string | number
  trackColor: string
}
undefined

Selected props to customize volume slider.

Events
name
type
[MouseEvent | KeyboardEvent]

Event that is emitted when the component is clicked.

[number]

Event that is emitted when the component’s model changes.

Slots
never

The default Vue slot.