React wrapper for playable
npm install react-playable
import ReactPlayable from 'react-playable';
function App() {
return (
<ReactPlayable
width={760}
height={428}
title="MY VIDEO!"
src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4"
/>
);
}
See code for component props datails
You can play with demo here