vue-handy-scroll

Handy floating scrollbar component for Vue.js

Introductory remarks

This web page contains a few examples of use of the vue-handy-scroll component. vue-handy-scroll is a component that solves the problem of scrolling lengthy content horizontally when that content doesn’t fit into the viewport. It creates a scrollbar which is attached at the bottom of the scrollable container’s visible area and which doesn’t get out of sight when the page is scrolled, thereby making horizontal scrolling of the container much handier.

If you are looking for a guide on the component usage and API, please check out this README on GitHub.