react-hover-scrub

0.2.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-hover-scrub

Weekly Downloads

2

Version

0.2.2

License

MIT

Last publish

Collaborators

  • trevligheten