Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1021 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 1021 Bytes

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