Skip to main content
Version: 4.x

vime-ui

Simple container that holds a collection of user interface components.

The only important role this component really has is, avoiding overlapping custom UI with the native iOS media player UI. Therefore, custom UI is only displayed on iOS if the playsinline prop is true, and the player is not in fullscreen mode.

Usage#

<vime-player>
<!-- ... -->
<vime-ui>
<!-- ... -->
</vime-ui>
</vime-player>

Slots#

SlotDescription
Used to pass in UI components for the player.

CSS Custom Properties#

NameDescription
--vm-ui-z-indexThe position in the root z-axis stack inside the player.

Dependencies#

Used by#

Graph#

graph TD;
vime-default-ui --> vime-ui
style vime-ui fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS