vue-sui-loading
v0.0.2
Published
Vue 2.x port of sui $.{showIndicator,hideIndicator,showPreloader,hidePreloader}
Downloads
2
Maintainers
Readme
vue-sui-loading
Vue 2.x port of sui $.{showIndicator,hideIndicator,showPreloader,hidePreloader}
Install
npm install vue-sui-loading
Usage
import Vue from 'vue';
import vueSuiLoading from 'vue-sui-loading';
Vue.use(vueSuiLoading);
new Vue({
el: '#container',
methods: {
showIndicator(){
this.$showIndicator();
// this.$hideIndicator();
},
showPreloader(){
this.$showPreloader();
// this.$hidePreloader();
}
}
});
APIs
- $showIndicator()
- $hideIndicator()
- $showPreloader([title])
- $hidePreloader()
Thanks To
License
MIT