1.7.2 • Published 5 years ago

react-playable v1.7.2

Weekly downloads
15
License
MIT
Repository
github
Last release
5 years ago

react-playable

React wrapper for playable

Instalation

npm install react-playable

Usage

import ReactPlayable from 'react-playable';

function App() {
  return (
    <ReactPlayable
      width={760}
      height={428}
      title="MY VIDEO!"
      src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4"
    />
  );
}

See code for component props datails

You can play with demo here

1.7.2

5 years ago

1.7.1

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago