Skip to main content
Version: 5.x

vm-default-ui

This component is a shorthand way to setup the entire default vime user interface, such as controls, settings, captions and so on.

Visuals#

There are also alternative interfaces for live media, and the light player theme, but they're not shown here for the sake of brevity.

Audio#

Vime default audio player

Desktop Video#

Vime default desktop video player

Mobile Video#

Vime default desktop mobile player

Usage#

<vm-player>
<!-- ... -->
<vm-default-ui></vm-default-ui>
</vm-player>

Properties#

PropertyDescriptionTypeDefault
noCaptionsWhether the custom captions UI should not be loaded.booleanfalse
noClickToPlayWhether clicking the player should not toggle playback.booleanfalse
noControlsWhether the custom default controls should not be loaded.booleanfalse
noDblClickFullscreenWhether double clicking the player should not toggle fullscreen mode.booleanfalse
noLoadingScreenWhether the default loading screen should not be loaded.booleanfalse
noPosterWhether the custom poster UI should not be loaded.booleanfalse
noSettingsWhether the custom default settings menu should not be loaded.booleanfalse
noSpinnerWhether the custom spinner UI should not be loaded.booleanfalse

Slots#

SlotDescription
Used to extend the default user interface with custom UI components.

Dependencies#

Depends on#