Skip to content

christopher-gomez/smooth-load

Repository files navigation

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

About

A GSAP powered, spinner component for Vue.js. Pretty and silky smooth.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published