Vue.js Loading Element Component

Install & Download:

# Yarn
$ yarn add vue-element-loading
# NPM
$ npm install vue-element-loading --save

Description:

A loading element component to display a loading indicator inside a container or the whole page.

Currently comes with 8 loading spinners:

  1. spinner
  2. mini-spinner
  3. ring
  4. line-wave
  5. line-scale
  6. line-down
  7. bar-fade
  8. bar-fade-scale

Preview:

Vue.js Loading Element Component-min

Changelog:

v2.0.2 (01/18/2021)

  • Add vue3 support

v2.0.0 (01/16/2021)

  • Add vue3 support

v1.1.6 (08/04/2020)

  • Add delay prop with isActiveDelay

v1.1.5 (07/27/2019)

  • Bugfix

Add Comment