1.4.3 • Published 7 years ago

react-video-component v1.4.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

React video component

Development

npm install
npm run dev

Utilization

import ReactVideoComponent from 'react-video-component';

Warning

This repo should not be used in production.

How to

The component can have every listener the origin video tag has.
For example <video sources={[url..]} metadataloaded={this._onLoaded.bind(this)}/> calls the function _onLoaded, with the event as argument. The video is so accessible through event.target.

A list of events can be found here.

Props:

Known issues

  • Weird IE render issues. Custom controls will be disabled.
1.4.3

7 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago