react-video-ts
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

react-video-ts

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save react-video-ts

Usage

import React from 'react'

import { Video } from 'react-video-ts'
import 'react-video-ts/dist/index.css'

const App = () => {
  return (
    <div style={{ margin: 'auto', width: '700px', height: '450px' }}>
      <Video video='http://media.w3.org/2010/05/bunny/movie.ogv' />
    </div>
  )
}

export default App

Note: Add style *{ box-sizing: border-box }

License

MIT ©

Readme

Keywords

none

Package Sidebar

Install

npm i react-video-ts

Weekly Downloads

5

Version

1.4.0

License

MIT

Unpacked Size

6.64 MB

Total Files

83

Last publish

Collaborators

  • vandat9xhn