InfiniteScroll
Package: @tesserix/native
Import
import { InfiniteScroll } from '@tesserix/native'Related types
InfiniteScrollProps
Source
- Component:
packages/native/src/components/InfiniteScroll/InfiniteScroll.tsx - Story:
packages/native/src/components/InfiniteScroll/InfiniteScroll.stories.tsx - Test:
packages/native/src/components/InfiniteScroll/InfiniteScroll.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { InfiniteScroll } from '@tesserix/native'
export function DemoInfiniteScroll() {
return <InfiniteScroll />
}