Infinite Scroller is a custom component to infinitely scroll
{{item}}
import {{'{'}}FuiInfiniteScrollerModule{{'}'}} from 'fuel-ui'; //module
import {{'{'}}InfiniteScroller, ScrollItem{{'}'}} from 'fuel-ui'; //class
The Infinite Scroller component allows for asynchronous ability to show items as a user scrolls. Use the next
and prev
events to know when to start adding items to show or removing items for performance reasons.