Skip to content

danielronnkvist/react-hover-scrub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hover Scrub

npm version

Simple react UI-element inspired by Adobe premiere pro scroll over video preview.

Examples

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>
  );
};

Installation

npm install --save react-hover-scrub

About

Simple react UI-element inspired by Adobe premiere pro scroll over video preview.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published