Skip to content

atelierkarin/vue-loading-comp

Repository files navigation

Vue Loading Component

A simple loading component for VueJS, you can check Angular version

Simple Demo: Demo

Install

npm i -s vue-loading-comp

Usage

Import the component,

import VueLoading from 'vue-loading-comp'

Then, register the component

export default {
  ...
  components: {
    VueLoading,
    ...
  },
  ...
}

Setting the text

It is possible to customize the text by setting attribute "text", say

<vue-loading text="読み込み中" />

About

Simple Loading Component

Resources

Stars

Watchers

Forks

Packages

No packages published