Vue Easy Spinner
A simple flexible spinner component for Vue.js 3.
All of the SVGs can use directly in browser which support for SVG2.
Install
npm install --save vue-easy-spinner
Usage
Global component
entry file
;; ;
<template> <easy-spinner /></template>
Local component
<template> <easy-spinner /></template>
; components: Spinner ;
Single import
; components: Circular ;
props
name | desc | type | values | default |
---|---|---|---|---|
type | kinds of spinner | String | spins\circular\dots | spins |
size | size of spinner | String\Number | - | - |
color | color of spinner | String | - | - |