# 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

``` bash
npm install --save vue-loading-spinner-node-18
```
or

``` bash
yarn add vue-loading-spinner-node-18
```

## Usage

``` vue
<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](https://nguyenvanduocit.github.io/vue-loading-spinner/)
