vue-cute-loading

0.0.2 • Public • Published

vue-cute-loading

NPM version NPM downloads CircleCI

My favorite loading component for Vue.js.

DEMO

Install

yarn add vue-cute-loading --save

CDN: UNPKG | jsDelivr (available as window.VLoading)

Usage

<template>
  <loading></loading>
</template>
 
<script>
import Loading from 'vue-cute-loading'
 
export default {
  components: {
    Loading
  }
}
</script>

Options

color

Type: String
Default: lightblue

License

MIT © luyilin

Readme

Keywords

Package Sidebar

Install

npm i vue-cute-loading

Weekly Downloads

20

Version

0.0.2

License

MIT

Unpacked Size

6.01 kB

Total Files

4

Last publish

Collaborators

  • luyilin