Simple react UI-element inspired by Adobe premiere pro scroll over video preview.
import React from "react";
import HoverScrub from "react-hover-scrub";
export default function Application () {
return (
<div className="application">
<HoverScrub video="http://video_url.mp4" />
</div>
);
};
npm install --save react-hover-scrub