1.0.0 • Published 5 years ago

smooth-load v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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.

License

MIT