1.3.0 • Published 5 years ago
@unicornworld/react-plyr v1.3.0
ReactPlyr Video Component
A React video component based on Plyr.

Installation
Add react-plyr into your package.json dependencies:
npm install react-plyr --saveUsage
import Plyr from 'react-plyr';
// add the component in the render function
render() {
return (
<Plyr
type="youtube"
videoId="CDFN1VatiJA"
/>
)
}Support
Please open an issue for support.
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
1.3.0
5 years ago