0.0.2 • Published 6 years ago

vue-cute-loading v0.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

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