Skip to main content
Version: 4.x

vime-icons

Loads an SVG sprite and inserts it into the document. By default it loads the Vime icons sprite from the JSDELIVR CDN.

Usage#

<vime-player>
<!-- ... -->
<vime-ui>
<!-- ... -->
<vime-icons href="/icons/sprite.svg"></vime-icons>
</vime-ui>
</vime-player>

Properties#

PropertyAttributeDescriptionTypeDefault
hrefhrefThe URL to an SVG sprite to load.string'https://cdn.jsdelivr.net/npm/@vime/core@latest/icons/sprite.svg'

Dependencies#

Used by#

Graph#

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

Built with StencilJS