File tree Expand file tree Collapse file tree 6 files changed +51
-24444
lines changed Expand file tree Collapse file tree 6 files changed +51
-24444
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ code style: prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg )] ( https://github.com/prettier/prettier )
2
- [ ![ Build Status] ( https://travis-ci.org/samAbeywickrama/react-video-bg .svg?branch=master )] ( https://travis-ci.org/samAbeywickrama/react-video-bg )
2
+ [ ![ Build Status] ( https://travis-ci.org/samAbeywickrama/reactjs-videobg .svg?branch=master )] ( https://travis-ci.org/samAbeywickrama/reactjs-videobg )
3
3
[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
4
4
![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )
5
5
6
- # react-video-bg
6
+ # reactjs-videobg
7
7
8
8
Easily add background videos to your webapps
9
9
10
10
## Installation
11
11
12
12
### npm
13
13
14
- ` npm i react-video-bg `
14
+ ` npm i reactjs-videobg `
15
15
16
16
### yarn
17
17
18
- ` yarn add react-video-bg `
18
+ ` yarn add reactjs-videobg `
19
19
20
20
## Usage
21
21
22
22
``` jsx
23
23
import React from " react" ;
24
- import VideoBg from " react-video-bg " ;
24
+ import VideoBg from " reactjs-videobg " ;
25
25
import ogg from " ./videos/Neon.ogg" ;
26
26
import webm from " ./videos/Neon.webm" ;
27
27
import mp4 from " ./videos/Neon.mp4" ;
You can’t perform that action at this time.
0 commit comments