https://github.com/debdut/youtube-bg-react
Youtube video as background for HTML elements
https://github.com/debdut/youtube-bg-react
Last synced: about 1 year ago
JSON representation
Youtube video as background for HTML elements
- Host: GitHub
- URL: https://github.com/debdut/youtube-bg-react
- Owner: Debdut
- Created: 2021-12-05T20:05:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T20:31:54.000Z (over 4 years ago)
- Last Synced: 2025-04-10T00:10:45.645Z (about 1 year ago)
- Language: TypeScript
- Size: 468 KB
- Stars: 38
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# youtube-bg-react
> Youtube video as background for HTML elements
[](https://www.npmjs.com/package/youtube-bg-react) [](https://standardjs.com)
## Install
```bash
npm install --save youtube-bg-react
```
## Usage
```tsx
import React, { Component } from 'react'
import YoutubeBg from 'youtube-bg-react'
import 'youtube-bg-react/dist/index.css'
class Example extends Component {
render() {
return { }
}
}
```
## License
MIT © [Debdut](https://github.com/Debdut)