0.0.1 • Published 5 months ago

@multimatic/react-video v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Modify by Multimatic

React Video

Be kind, rewind.

Quick Start

Installation

$ yarn add @trbl/react-video

Compositon

  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 install
$ npm run dev
$ open http://localhost:3000

Documentation

All available props can be found via the references below:

License

MIT Copyright (c) TRBL, LLC