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>