🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

vue-easy-loading

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-easy-loading

make loading ui easy and beautiful

latest
Source
npmnpm
Version
1.5.7
Version published
Maintainers
1
Created
Source

English | 简体中文

vue-easy-loading

vue-easy-loading makes the loading animation easier and more beautiful.

preview

Features

  • 🍳 easy to use, Just two line of code.
  • 🎫 more beautiful, with help of spinkit.
  • 🚗 Higher customization, use it on every HTML DOM.
  • 💪 Long time support.

Install

npm i -S vue-easy-loading
# or
yarn add vue-easy-loading

Easy to use

main.js

import Loading from "vue-easy-loading"
Vue.use(Loading);

your component

use it by vue-directive:

<div 
    v-load="true"
    load-background="rgba(0, 0, 0, .7)"
    load-type="rotating-plane"
></div>

Options

NameDescTypeAccepted ValuesDefault
load-backgroundset cover backgroundStringcss colorHSLA(169, 100%, 38%, .5)
load-typeset loading animationStringanimation listcircle

Kind of animation

  • rotating-plane
  • double-bounce
  • wave
  • wandering-cubes
  • spinner
  • chasing-dots
  • three-bounce
  • circle
  • cube-grid
  • fading-circle
  • folding-cube

Credits

License

vue-easy-loading is licensed under a MIT License.

Keywords

vue

FAQs

Package last updated on 02 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts