Saturday, 1 December, 2018 UTC


Summary

react-happy-player
Welcome to react-happy-player, a low-config react component for a stylish video player. Intended to provide easy control on the video playback.
View Demo Download Source

Install

$ npm i react-happy-video

Usage

import VideoPlayer from "react-happy-video";
const YourComponent = () => {
  return (
    <VideoPlayer
        width="600px"
        color:"#3b3346"
        source="[your url]"
    />
  )
}
GitHub