🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Just another collection of loading spinners for Vue.js based web applications.

Featured Loading

Documentation

vue-loading-spinner

Just another collection of loading spinners with Vue.js

Installation

npm install --save vue-loading-spinner

or

yarn add vue-loading-spinner

Usage

<template>   <div id="app">     <rotate-square2></rotate-square2>   </div> </template>  <script>   import {RotateSquare2} from 'vue-loading-spinner'   export default {     components: {       RotateSquare2     }   } </script>

Demo

List of all spinner: Demo

Development Setup

Checkout branch develop


You May Also Like