1.0.3 • Published 6 years ago

react-video-wrapper v1.0.3

Weekly downloads
18
License
ISC
Repository
github
Last release
6 years ago

react-video-wrapper

react video wrapper

Installtion

npm install react-video-wrapper --save

Usage

Video.js should be loaded globally.

<script src="http://vjs.zencdn.net/5-unsafe/video.js"></script>
<Video
  src="http://www.w3schools.com/html/mov_bbb.mp4"
  type="video/mp4"
  onPlay={this.handlePlay}
/>

License

ISC