Vue Infinite Loading screenshot

Vue Infinite Loading

Author Avatar Theme by Peachscript
Updated: 6 Aug 2020
2662 Stars

An infinite scroll plugin for Vue.js.

Categories

Overview

This product is an infinite scroll plugin designed for Vue.js, making it easier to implement an infinite scroll list in websites or applications.

Features

  • Mobile friendly: Ensures a smooth experience on mobile devices.
  • Internal spinners: Provides loading spinners within the scroll list.
  • 2-directional support: Supports scrolling in both directions.
  • Load result message display: Shows messages when new content is loaded.

Installation

To install the Vue-infinite-loading plugin, you can use npm or yarn. Here is a guide using npm:

npm install vue-infinite-loading --save

After installation, you can import the plugin in your project:

import InfiniteLoading from 'vue-infinite-loading';
Vue.use(InfiniteLoading);

Summary

The Vue-infinite-loading plugin for Vue.js offers mobile-friendly infinite scroll functionality with internal spinners, support for scrolling in both directions, and the ability to display load result messages. It simplifies the process of implementing infinite scroll lists, enhancing user experience on websites and applications.