Skip to content

A simple user friendly virtual scrolling menu without the use of any external packages

Notifications You must be signed in to change notification settings

SherMish/Vue-Menu-Virtual-Scrolling-Component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Menu Virtual Scrolling Component

Explanation

Loading hundreds of elements can be slow in any browser; virtual scrolling enables a performant way to simulate all items being rendered by making the height of the container element the same as the height of total number of elements to be rendered, and then only rendering the items in view. The menu receives an array prop from the parent component and renders 20 items every time the user scrolls to the bottom of the menu.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

About

A simple user friendly virtual scrolling menu without the use of any external packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published