react-zeta-video

0.0.1 • Public • Published

react-zeta-video

Welcome to react-zeta-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-zeta-video

Usage

import VideoPlayer from 'react-zeta-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-zeta-player somewhere else (we will call library/ the folder)
  • npm link in library/
  • npm link react-zeta-video in demo/
  • import and use the VideoPlayer in demo/ WHITHOUT npm i react-zeta-video
  • start your demo/ react app
  • npm run build:watch in library/
  • Edit the react-zeta-player library

The MIT License (MIT) Copyright (c) 2018 Julien Demarque

/react-zeta-video/

    Package Sidebar

    Install

    npm i react-zeta-video

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    44.9 kB

    Total Files

    24

    Last publish

    Collaborators

    • afaithraf