1.5.7 • Published 5 years ago

vue-easy-loading v1.5.7

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

English | 简体中文

vue-easy-loading

vue-easy-loading makes the loading animation easier and more beautiful.

preview

Features

  • 🍳 easy to use, Just two line of code.
  • 🎫 more beautiful, with help of spinkit.
  • 🚗 Higher customization, use it on every HTML DOM.
  • 💪 Long time support.

Install

npm i -S vue-easy-loading
# or
yarn add vue-easy-loading

Easy to use

main.js

import Loading from "vue-easy-loading"
Vue.use(Loading);

your component

use it by vue-directive:

<div 
    v-load="true"
    load-background="rgba(0, 0, 0, .7)"
    load-type="rotating-plane"
></div>

Options

NameDescTypeAccepted ValuesDefault
load-backgroundset cover backgroundStringcss colorHSLA(169, 100%, 38%, .5)
load-typeset loading animationStringanimation listcircle
  • rotating-plane
  • double-bounce
  • wave
  • wandering-cubes
  • spinner
  • chasing-dots
  • three-bounce
  • circle
  • cube-grid
  • fading-circle
  • folding-cube

Credits

License

vue-easy-loading is licensed under a MIT License.

1.5.7

5 years ago

1.5.6

5 years ago

1.5.5

5 years ago

1.5.4

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

1.0.1

7 years ago