Skip to content

codecraftm/vue-loading-spinner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 94.0%
  • JavaScript 6.0%