vue-cute-loading
v0.0.2
Published
My favorite loading component for Vue.js.
Downloads
196
Readme
vue-cute-loading
My favorite loading component for Vue.js.
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