vurilo-react-player is a web video player which wraps videojs
npm install --save vurilo-react-player
import React, { Component } from 'react'
import MyComponent from 'vurilo-react-player'
import 'vurilo-react-player/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © sursaone