1.4.0 • Published 3 years ago

react-video-ts v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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 ©

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago