0.2.2 • Published 8 years ago

react-hover-scrub v0.2.2

Weekly downloads
3
License
MIT
Repository
-
Last release
8 years ago

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
0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago