1.0.0 • Published 9 months ago

vue3-spinkit v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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

DEMO

npm.io npm.io npm.io npm.io

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

NameTypeDefaultDescription
namestring'three-bounce'specify spinner to use (defaults to line-scale-pulse-out-rapid).
colorstringprogrammatically set the color of the spinners; this can either be a hex value or a color word.
noFadeInbooleanfalseset use fade in
fadeInstring'full'set the time before the spinner fades in. Have 'full', 'half' and 'quarter'
classNamestringadd a custom classname to the outer div
widthstringset width of spinner
heightstringset heght of spinner
1.0.0

9 months ago