1.0.11 • Published 7 years ago

vue-loading-spinner v1.0.11

Weekly downloads
7,741
License
-
Repository
-
Last release
7 years ago

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