1.2.0 • Published 1 year ago

vue-loading-spinner-node-18 v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vue-loading-spinner

This is a fork package of vue-loading-spinner upgraded to node 18 version

Just another collection of loading spinners with Vue2.js

Installation

npm install --save vue-loading-spinner-node-18

or

yarn add vue-loading-spinner-node-18

Usage

<template>
  <div id="app">
    <rotate-square2></rotate-square2>
  </div>
</template>

<script>
  import {RotateSquare2} from 'vue-loading-spinner'
  export default {
    components: {
      RotateSquare2
    }
  }
</script>

Demo

A list of all the demos in the package can be found at the following link: Demo