0.2.6 • Published 4 years ago

reactjs-video-player v0.2.6

Weekly downloads
2
License
(ISC OR GPL-3.0)
Repository
github
Last release
4 years ago

Using this module

How to use

  1. npm install reactjs-video-player@0.2.5
  2. import VideoPlayer from 'reactjs-video-player';

Required properties

  1. video: the source for the video
  2. type: the type of video such as 'video/mp4'
  3. videoWidth: this can any type of measurement such as px, rem and %
  4. videoHeight: this can any type of measurement such as px, rem and %

Option properties

  1. trackColor: this will style the video track

Notes:

  1. Make sure to install version >= 0.2.5, or this module will not work.
  2. If you would like to style the thumb for the video track you will need to use !important to override the style. For example, on chrome the style would be: input::-webkit-slider-thumb { background: rgb(248, 14, 1) !important; }
0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.8

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago