Instagram Progress Bar For Vue.js
A Vue.js component to create dynamic Instagram inspired progressbars/loading indicators for web app.
Vue.js components, plugins, and other related libraries for handling and manipulating loading on your web applications.
A Vue.js component to create dynamic Instagram inspired progressbars/loading indicators for web app.
A lightweight, fast, type-safe virtual list component for Vue 3.
A Vue component that makes it easier to implement native mobile app like pull to refresh and pull to load more functionalities in your web applications.
A simple and easy-to-use Vue 3 infinite scroll component that supports both directions.
Vue.js v3.x component for full-screen loading indicator.
This is the Vue 3 version of wyzantinc’s vue-radial-progress, which enables you to generate radial progress bars with gradients and animations.
A simple Vue.js 2 component used to create a button spinner. The perfect solution for your submit buttons.
An infinite scroll (infinity loading) component Vue3, based on IntersectionObserver API.
A component library that allows you to lazy load content when it becomes visible. Also comes with slots for handling success and error states.
A minimal Vue 3 progress bar plugin that supports multiple simultaneous progresses.
A virtual scrolling list component that can be sorted by dragging an item in the list and the individual items can have custom styles.
A Vue.js 3 plugin that has the ability to progressively load images with a blur effect just as you have seen on Medium.com. How to use it: 1. Import and register the plugin. // locally import “vue-progressive-image/dist/style.css”; import { ProgressiveImage } from “vue-progressive-image”; // globally import “vue-progressive-image/dist/style.css”; import VueProgressiveImage from ‘vue-progressive-image’ createApp(App).use(VueProgressiveImage).mount(“#app”); 2. Add the VueProgressiveImage to the template and specify the path to your image as follows: <template> <ProgressiveImage src=”1.jpg” /> </template> 3. Default props. src: String, placeholderSrc: String, fallbackSrc: String, alt: String, title: String, customClass: String, blur: , lazyPlaceholder: { type: Boolean, default: false, }, delay: {
The spinkit library provides a collection of pretty CSS based loading spinners for Vue.js applications.
A Vue component for animated loading skeleton screens, aiming to replace usual loading components and deliver better experiences for users.