File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # vue-parallax
1
+ # vue-parallaxy
2
2
3
3
Is a compontent for fast 60fps parallax scroll effects in vue 2.
4
4
@@ -8,7 +8,7 @@ Is a compontent for fast 60fps parallax scroll effects in vue 2.
8
8
9
9
## Install
10
10
11
- ` npm install vue-parallax ` or ` yarn add vue-parallax `
11
+ ` npm install vue-parallaxy ` or ` yarn add vue-parallaxy `
12
12
13
13
## Usage
14
14
* vue-parallax* works with slots. So you can pass an image or even srcsets for better mobile experiences.
@@ -23,7 +23,7 @@ Is a compontent for fast 60fps parallax scroll effects in vue 2.
23
23
< / template>
24
24
25
25
< script>
26
- import Parallax from ' vue-parallax '
26
+ import Parallax from ' vue-parallaxy '
27
27
export default {
28
28
components: {
29
29
Parallax
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " vue-parallax " ,
3
- "version" : " 0.1.0 " ,
4
- "description" : " Parallax Header for vue " ,
2
+ "name" : " vue-parallaxy " ,
3
+ "version" : " 0.1.1 " ,
4
+ "description" : " Vue 2 component for parallax scrolling effects " ,
5
5
"author" :
" Jakub Juszczak <[email protected] >" ,
6
6
"repository" : {
7
7
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments