vue-loading-spinner

Loading spinner collection for Vuejs

Usage no npm install needed!

<script type="module">
  import vueLoadingSpinner from 'https://cdn.skypack.dev/vue-loading-spinner';
</script>

README

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">
    <cube-spin></cube-spin>
  </div>
</template>

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

Demo

List of all spinner: Demo

Development Setup

Checkout branch develop