VideoJS in FancyBox
npm install react-videojs-fancybox> React wrapper for VideoJS inside Fancybox
 
VideoJS library combined with jQuery and fancybox library (jQuery-based).If you are looking for react-based (react & videojs only), try to use react-modal-videojs instead.
``bash`
npm install --save react-videojs-fancybox
`jsx
import React, { Component } from 'react'
import FancyVideo from 'react-videojs-fancybox';
export default class App extends Component {
render () {
return (
``
MIT © waskito