Component-based Lazy Load Images In Vue.js 2

Component-based image lazy loader allowing deep customization, transitions and optimizations for Vue.js 2.

There are plenty of other Lazy Loaders out there, but they are all directive-based. Clazy Load is component-based, meaning you can use other components as the preloader or loading message, such as spinners from component kits like Vuetify and KeenUI and transition between loading and loaded states. That is not possible with other libraries.

This project is also lightweight (<800 bytes gzipped) and uses the latest web APIs for best performance.

Preview:

Component-based Lazy Load Images In Vue.js 2

Download Details:

Author: matheusgrieger

Live Demo: https://matheusgrieger.github.io/vue-clazy-load/example/index.html

Download Link: https://github.com/matheusgrieger/vue-clazy-load/archive/master.zip

Official Website: https://github.com/matheusgrieger/vue-clazy-load

Install & Download:

Add Comment