Loads more components lazily when the list is scrolled down
LazyList is a UI component which has other components inside it. The list is scrollable and the components inside it are placed vertically. When the user scrolls to the end of the list, the LazyList fetches more components from the server side. This pattern is commonly used especially in mobile applications.
Install
Framework Support
Vaadin 7.2+
Browser Compatibility
Install with
Release notes - Version 0.0.2
Hides the spinner if no more items are found