0.0.19 • Published 3 months ago

vuetify3-loading v0.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Vuetify3 Vue3 fullscreen loading

This module extends vuetify3 loading.

Setup

Install the package from npm

npm install vuetify3-loading
yarn add vuetify3-loading

vuetify 3

import "vuetify3-loading/dist/style.css"
import loading from "vuetify3-loading"
app.use(loading,{loader:'classical'})

....

loader values

  • rotate

  • classical
  • dot
  • bar
  • dot-bar

  • spinner

  • progress

  • wobbling

  • infinity

  • eye

  • factory

Usage

this.$loading.show()

this.$loading.hide()
import {getCurrentInstance, ref} from 'vue'
const {proxy} = getCurrentInstance()
proxy.$loading.show()
proxy.$loading.hide()
0.0.19

3 months ago

0.0.18

3 months ago

0.0.17

3 months ago

0.0.16

3 months ago

0.0.15

3 months ago

0.0.14

3 months ago

0.0.13

3 months ago