1.1.5 ā€¢ Published 7 years ago

vue-simple-loading v1.1.5

Weekly downloads
58
License
ISC
Repository
github
Last release
7 years ago

GitHub issues GitHub forks GitHub stars

NPM

vue-simple-loading

Thanks for tobiasahlin/SpinKit. The css3 animation is copied from it.

All the things I do is built it as a vue component.

This project is built by vue 2.2.1, so you should update vue to at least version 2.

Changelog

v1.1.5 add props validator

Usage

NPM

npm install 'vue-simple-loading' -D

Import

In your .vue files, use follow code to include it

import VueLoading from 'vue-simple-loading';

Add it to components

components: {
  VueLoading,
},

Add it to the dom

<vue-loading></vue-loading>

Add spinner props

The loading style is defined by spinner.

For now, there are 11 styles of loading.

spinners: [
  'rotating-plane',
  'double-bounce',
  'wave',
  'wandering-cubes',
  'pulse',
  'chasing-dots',
  'three-bounce',
  'circles',
  'cube-grid',
  'fading-circle',
  'folding-cube'
],

Check it

Add the 'spinner' prop, e.g.

<vue-loading spinner="circles"></vue-loading>

ā€‹

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago