InfiniteScrollArea
InfiniteScrollArea
is a component that provides infinite scrolling functionality. This component offers a smooth scrolling experience by automatically loading and displaying the next dataset when the end of the component is reached.
Theming
The InfiniteScrollArea
is a multi part component.
If you want to change the style of the component, please check here.
export const InfiniteScrollArea: ComponentMultiStyle<"InfiniteScrollArea"> = {baseStyle: {container: {},trigger: {},},defaultProps: {},}
Edit this page on GitHub