@multimatic/react-video

0.0.3 • Public • Published

Modify by Multimatic

React Video

Be kind, rewind.

Quick Start

Installation

$ yarn add @multimatic/react-video

Compositon

  import React from 'react';
  import { Video } from '@multimatic/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:

  • Video

License

MIT Copyright (c) Multimatic

Package Sidebar

Install

npm i @multimatic/react-video

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

17.5 kB

Total Files

4

Last publish

Collaborators

  • ferdin
  • rapatel-mm