A npm library for a low-config stylish react video player
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.
Install
$ npm i react-happy-video
Usage
import VideoPlayer from "react-happy-video";
const YourComponent = () => {
return (
<VideoPlayer
width="600px"
color:"#3b3346"
source="[your url]"
/>
)
}