react-custom-youtube-player
v0.0.1-alpha.3
Published
Simple custom youtube player
Maintainers
Readme
react-custom-youtube-player
Installation
npm install react-custom-youtube-player --saveBasic Usage
import YouTubeCustomPlayer from 'react-custom-youtube-player'
return (
<YouTubeCustomPlayer
videoId={'DiTECkLZ8HM'}
/>
)