vue-parallax-component
v0.9.1
Published
Simple parallax component using VueJs
Maintainers
Readme
Vue Parallax Component
Using the component
Add the dependency to your project
npm i vue-parallax-componentExample
- import the components
ParallaxContainerandParallaxComponentto your site - You will need atleast two
ParallaxComponentinside of aParallaxContainer. You can modify the depth of earchParallaxComponentwith theparallaxStrengthproperty.
See vue-parallax-component/blob/master/src/App.vue for an example implementation.
