<mux-video>
A custom element for playing Mux videos.
Installing
Section titled InstallingFirst install the NPM package:
npm install @mux/mux-video
Import in your app javascript (e.g. src/App.js):
import '@mux/mux-video';
Optionally, you can load the script directly from a CDN using jsDelivr:
<script type="module" src="https://cdn.jsdelivr.net/npm/@mux/mux-video@0.15/+esm"></script>
This will register the custom elements with the browser so they can be used as HTML.