An open API service indexing awesome lists of open source software.

https://github.com/rogeliolb/react-video-player

Un componente para reproducir videos en react
https://github.com/rogeliolb/react-video-player

react reactjs web

Last synced: about 2 months ago
JSON representation

Un componente para reproducir videos en react

Awesome Lists containing this project

README

          

# React Video Player

A easy way to reproduce videos on React

```bash
npm i @rogeliolb/react-v-player
```

## How to use

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

function App() {

return (






)
}

export default App
```