vue-loading-spinner

1.0.11 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vue-loading-spinner

Weekly Downloads

1,650

Version

1.0.11

License

none

Last publish

Collaborators

  • nguyenvanduocit