@rogeliolb/react-v-player
TypeScript icon, indicating that this package has built-in type declarations

1.1.8 • Public • Published

React Video Player

A easy way to reproduce videos on React

npm i @rogeliolb/react-v-player

How to use

import VideoPlayer from "@rogeliolb/react-v-player"
import video from "./../public/video.mp4"

function App() {

  return (
    <div className="App">
      <div className="container">
        <VideoPlayer width="100%" height="100%" url={video}/>
      </div>
    </div>
  )
}

export default App

Readme

Keywords

none

Package Sidebar

Install

npm i @rogeliolb/react-v-player

Weekly Downloads

0

Version

1.1.8

License

ISC

Unpacked Size

34.5 kB

Total Files

29

Last publish

Collaborators

  • rogeliolb