Home
Getting Started
Components
AlertAnimateHeightAvatarAvatarListBadgeButtonButtonMenuCalendarCalendarRangeCardCarouselChipClickOutsideContainerContentLoaderCurrencyDataTableDatePickerDateTimePickerDividerDrawerDropdownFloatingActionsGoogleMapGridIconIconDotIfInfiniteScrollPropsExamplesWith tableKW LogoLoaderModalMonthPickerMonthRangeNavIconOptionsTogglePaginationPartnerLogoResponsiveSVG IconSnackbarStaticMapStatusIndicatorTabTableTimePickerToastsTooltip
Forms
Typography
Utilities
Visualization Components
InfiniteScroll
Scroll-based component that performs an action when the bottom of the scroll is reached.
Note: The `` Component must be wrapped in a `div` that is a fixed height and a y-index overflow. Not having a fixed height will cause a `loadMore()` loop.
Ex:
<div style={{ height: '100px', overflowY: 'auto' }}><InfiniteScroll/></div>
Props
as
Node
'div'
children
Node
required
forwardedRef
Custom
getScrollParent
Func
el => el.parentNode
hasMore
Bool
false
initialLoad
Bool
true
loadMore
Func
required
loader
Node
null
pageStart
Number
0
reverse
Bool
false
scrollListenerConfig
{}
{}
threshold
Number
250
useCapture
Bool
false
useWindow
Bool
true
Examples
Item 1
Item 2
Item 3
Item 4
Item 5
Item 6
Item 7
Item 8
Item 9
Item 10
Loading ...
With table
Item 0 |
Item 1 |
Item 2 |
Item 3 |
Item 4 |
Item 5 |
Item 6 |
Item 7 |
Item 8 |
Item 9 |