InfiniteScroll
Components
InfiniteScroll()
InfiniteScroll(
props
,context
?):ReactNode
Component used to render a long list of items inside a scrollable container without losing performance, requires a fixed height for each item
Parameters
Parameter | Type |
---|---|
props | InfiniteScrollType |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/InfiniteScroll/index.tsx:30