loading-vue-indicator
v1.0.2
Published
Simple Loading indicator component for vue
Downloads
28
Readme
Simple Loagin Indicator component for VueJS
Usage
import Vue from 'vue'
import Loading from 'loading-vue-indicator'
Vue.component('loading', Loading)
You may now use the component in your markup
<loading size="20" :visible="loadingData"></loading>