smooth-load
v1.0.0
Published
A GSAP powered, spinner component for Vue.js. Pretty and silky smooth.
Downloads
3
Maintainers
Readme
Smooth Load
A GSAP powered, spinner component for Vue.js. Pretty and silky smooth.
Installation
Use the package manager npm to install Smooth Load.
npm install smooth-load
Usage
import smoothLoad from 'smooth-load'
Vue.use(smoothLoad)
Then in your page view template use the component to hide your content while your data loads.
<template>
<div>
<smooth-load :loading='loadVariable'/>
<p>{{loadedContent}}</p>
</div>
</template>
Check out the docs for a more detailed example and prop options!
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.