youtubelistembedstencil
v0.0.1
Published
Stencil Component Starter
Readme
Playlist Embed Youtube using Stencil
Getting Started
Install Polymer CLI Prerequisites
and run:
npm install @stencil/core@latest --save-exact
cd [projectname]
npm i
npm startTo build the component for production, run:
npm run buildHow it works
<youtube-list-embed-stencil
width="100%"
height="500px"
listid="PL32HFpx_LBMvvsDUTEBQxIdrmszkfEM0H"
></youtube-list-embed-stencil>