Custom element (web component) for the YouTube player.
npm install youtube-video-element



A custom element
for the YouTube player with an API that matches the API.
- 🏄♂️ Compatible HTMLMediaElement API
- 🕺 Seamlessly integrates with Media Chrome
``html`
is packaged as a javascript module (es6) only, which is supported by all evergreen browsers and Node v12+.
Note the type="module", that's important.
> Modules are always loaded asynchronously by the browser, so it's ok to load them in the head :thumbsup:, and best for registering web components quickly.
`html`
`bash`
npm install youtube-video-element --save`
Or yarnbash`
yarn add youtube-video-element
Include in your app javascript (e.g. src/App.js)
`js`
import 'youtube-video-element';
This will register the custom elements with the browser so they can be used as HTML.
- Media Chrome Your media player's dancing suit. 🕺
-
-
-
-
-
-
-
- castable-video` Cast your video element to the big screen with ease!