1.4.3 • Published 7 years ago
react-happy-video v1.4.3
react-happy-video 

Welcome to react-happy-player, a low-config react component for a stylish video player. Intended to provide easy control on the video playback. See a demo.
Install
$ npm i react-happy-videoUsage
import VideoPlayer from "react-happy-video";const YourComponent = () => {
return (
<VideoPlayer
width="600px"
color:"#3b3346"
source="[your url]"
/>
)
}How to contribute:
- install a react app somewhere on your machine (we will call demo/ the folder), Be sure to have hot-reloading.
- clone the react-happy-player somewhere else (we will call library/ the folder)
npm linkin library/npm link react-happy-videoin demo/- import and use the VideoPlayer in demo/ WHITHOUT
npm i react-happy-video - start your demo/ react app
npm run build:watchin library/- Edit the react-happy-player library
The MIT License (MIT) Copyright (c) 2018 Julien Demarque