dualism98 / react-custom-videoplayer

Супер-классный, супер-кастомный, супер-плеер! Вот каким когда-нибудь будет этот React компонент

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-custom-videoplayer

Custom React component for video playback

Install

Install using npm install react-custom-videoplayer

Usage

In a React app use the Player component: import { Player } from 'react-custom-videoplayer'

Props

Name Description Type Example
width Width of your player string width={'600'}
height Height of your player string height={'800'}
url URL of your video string url={'https://some.adress/video.mp4'}
panelColor Color of bottom panel string panelColor={'#006AB3'}

FullScreen Mode

To turn on and turn off fullscreen double click on videoplayer :)

Example

alt text

About

Супер-классный, супер-кастомный, супер-плеер! Вот каким когда-нибудь будет этот React компонент

License:GNU General Public License v3.0


Languages

Language:JavaScript 66.5%Language:CSS 21.8%Language:HTML 11.6%