/vue-loading-spinner

Just another collection of loading spinners with Vue.js, alot of spinners

Primary LanguageVue

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

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

Demo

List of all spinner: Demo

Development Setup

Checkout branch develop