vue-cute-loading

My favorite loading component for Vue.js.

Usage no npm install needed!

<script type="module">
  import vueCuteLoading from 'https://cdn.skypack.dev/vue-cute-loading';
</script>

README

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