danielronnkvist / react-hover-scrub

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

Home Page:http://danielronnkvist.github.io/react-hover-scrub/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://danielronnkvist.github.io/react-hover-scrub/


Languages

Language:JavaScript 98.9%Language:CSS 1.1%