jb-vid-player

1.0.4 • Public • Published

Welcome to jb-vid-player 👋

Version Documentation Maintenance License: ISC

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

🤝 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.


Package Sidebar

Install

npm i jb-vid-player

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

33.5 kB

Total Files

12

Last publish

Collaborators

  • arabhishek999