1.0.4 ā€¢ Published 2 months ago

jb-vid-player v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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.


1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago