Leave Yamada UI a star

Star
Yamada UIYamada UIv1.5.4

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.

Source@yamada-ui/infinite-scroll-area

Theming

The InfiniteScrollArea is a multi part component.

export const InfiniteScrollArea: ComponentMultiStyle<"InfiniteScrollArea"> = {
baseStyle: {
container: {},
trigger: {},
},
defaultProps: {},
}
Copied!

Edit this page on GitHub

PreviousScrollAreaNextColorSwatch