@trbl/react-video
v0.0.3
Published
Be kind, rewind.
Downloads
1
Readme
React Video
Be kind, rewind.
Quick Start
Installation
$ yarn add @trbl/react-video
Composition
import React from 'react';
import { Video } from '@trbl/react-video';
const App = () => {
return (
<Video src="..." />
)
}
export default App;
Demo
To demo locally, clone the repo and
$ yarn
$ yarn dev
$ open http://localhost:3000
Documentation
All available props can be found via the references below:
Contribution
Help us, or let us help you help us.
License
MIT Copyright (c) TRBL, LLC