Vue.js Wrapper For Perfect Scrollbar
Vue 3 and Vue 2 wrapper for the perfect scrollbar plugin.
Latest free Vue.js scrollbar components to customize and handle scrollbars in your Vue application.
Vue 3 and Vue 2 wrapper for the perfect scrollbar plugin.
The Minimalistic but perfect custom scrollbar component for Vue.js.
A responsive virtual cross-browser scrollbar component for VueJS 2x.
scrollbar-live is a Vue.js component for creating scrollable content with custom scrollbars that support server-side rendering. How to use it: Import the VueScrollbar from the package. import VueScrollbar from ‘vue-scrollbar-live’; import ‘vue-scrollbar-live/lib/css/index.css’; Use the component. new Vue({ el: ‘#example’, template: ‘<scrollbar :maxHeight=”\’50vh\'”‘ + ‘ :isMobile=”isMobile”‘ + ‘ @reachBottom=”log(\’Reach bottom\’)”‘ + ‘ @reachTop=”log(\’Reach top\’)”‘ + ‘ @startDrag=”log(\’Drag start\’)”‘ + ‘ @endDrag=”log(\’Drag end\’)”>’ + ‘ <div class=”content” style=”width:100vw;height:100vh;” @click=”log”>Scroll Content</div>’ + ‘</scrollbar>’, data: function () { return { isMobile: /Android|webOS|iPhone|iPod|iPad|BlackBerry|Windows Phone/i.test(navigator.userAgent) } }, methods: { log: function (e) { console.log(e || 1) } }, components: { ‘scrollbar’: VueScrollbar } }) Default props.
Yet another pretty nice custom scrollbar component for Vue.js 2 based applications.
vuescroll is a virtual scrollbar for Vue.js 2 apps that support PC and mobile phone. Preview:
Yet another component which provides highly customizable scrollbars for your vue.js app.
An overlay scrollbar component for Vue.js thatĀ supports vertical & horizontal scrollbars.
Vue 2.0 based scrollbar component for your next web application. Preview:
Lightweight, performant, customizable Vue 2 directive for custom scrollbar.
Vue 2 directive for custom scrollbar that uses native scroll behavior. Lightweight, performant, customizable and without dependencies.
The Simplest Pretty Scroll Area Component with custom scrollbar for Vue 2.