Skip to content

🌀 A collection of loading indicators animated with CSS for VueJS

License

Notifications You must be signed in to change notification settings

ventralnet/vue3-spinkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attention

This is a fork of vue-spinkit that works in vuejs 3. All other documentation should be accurate HOWEVER install this version

npm install --save @ventralnet/vue3-spinkit

vue-spinkit

A collection of loading indicators animated with CSS for VueJS

Language License NPM Package NPM Downloads Build Status

Inspiration

Installation

# use yarn
yarn add @ventralnet/vue3-spinkit
# use npm
npm install --save @ventralnet/vue3-spinkit

How to use

import Spinner from '@ventralnet/vue3-spinkit'

// Register as a component in your component

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

About

🌀 A collection of loading indicators animated with CSS for VueJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 65.1%
  • CSS 31.8%
  • Vue 2.1%
  • HTML 1.0%