0.0.1 • Published 4 years ago

youtubelistembedstencil v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Playlist Embed Youtube using Stencil

Built With Stencil

Getting Started

Install Polymer CLI Prerequisites

and run:

npm install @stencil/core@latest --save-exact
cd [projectname]
npm i
npm start

To build the component for production, run:

npm run build

How it works

 <youtube-list-embed-stencil
      width="100%"
      height="500px"
      listid="PL32HFpx_LBMvvsDUTEBQxIdrmszkfEM0H"
    ></youtube-list-embed-stencil>
0.0.1

4 years ago