Made with create-react-library
npm install --save react-video-ts
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 }
MIT ©