FPierre / vue-loading-spinner

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

Home Page:https://nguyenvanduocit.github.io/vue-loading-spinner/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://nguyenvanduocit.github.io/vue-loading-spinner/


Languages

Language:Vue 94.0%Language:JavaScript 6.0%