2.0.0 • Published 4 years ago
vue-spinkit v2.0.0
vue-spinkit
A collection of loading indicators animated with CSS for VueJS
Inspiration
- Spinkit css animated loading
- react-spinkit
- loaders.css
DEMO

Installation
# use yarn
yarn add vue-spinkit
# use npm
npm install --save vue-spinkitHow to use
import Vue from 'vue'
import Spinner from 'vue-spinkit'
Vue.component('Spinner', Spinner)In file vue
<Spinner name="circle" color="red"/>Props
| Name | Type | Default | Description |
|---|---|---|---|
| name | string | 'three-bounce' | specify spinner to use (defaults to line-scale-pulse-out-rapid). |
| color | string | programmatically set the color of the spinners; this can either be a hex value or a color word. | |
| noFadeIn | boolean | false | set use fade in |
| fadeIn | string | 'full' | set the time before the spinner fades in. Have 'full', 'half' and 'quarter' |
| className | string | add a custom classname to the outer div | |
| width | string | set width of spinner | |
| height | string | set heght of spinner |
2.0.0
4 years ago
1.7.12
5 years ago
1.7.11
5 years ago
1.7.10
6 years ago
1.7.9
6 years ago
1.7.8
6 years ago
1.7.7
6 years ago
1.7.6
6 years ago
1.7.5
6 years ago
1.7.4
6 years ago
1.7.3
6 years ago
1.7.2
6 years ago
1.7.1
6 years ago
1.7.0
6 years ago
1.6.0
6 years ago
1.5.0
6 years ago
1.4.3
6 years ago
1.4.2
6 years ago
1.4.1
7 years ago
1.4.0
8 years ago
1.2.2
8 years ago
1.2.1
8 years ago
1.2.0
8 years ago
1.1.2
8 years ago
1.1.1
8 years ago
1.1.0
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago