1.4.3 • Published 9 years ago

react-video-component v1.4.3

Weekly downloads
2
License
MIT
Repository
github
Last release
9 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

9 years ago

1.4.2

10 years ago

1.4.1

10 years ago

1.4.0

10 years ago

1.3.4

10 years ago

1.3.3

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago