jb-vid-player
v1.0.4
Published
A third party video player component for react app.
Downloads
8
Maintainers
Readme
A third party video player component for react app.
🏠 Homepage
Install
npm i jb-vid-player
Usage
import VidPlayer from "jb-vid-player";
Demo
import VidPlayer from "jb-vid-player";
function App() {
return (
<>
<VidPlayer vidSrc="video.mp4" />
</>
);
}
export default App;
Prop
- vidSrc : Requires URL or file path of the video to be played.
Author
👤 Abhishek Singh Rajput
- Github: @Abhishek279-alt
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2024 Abhishek Singh Rajput. This project is ISC licensed.