InfinityList
Progressive "show more" list component. Displays an initial batch of items with a button to load more. Also exports useInfinityList hook for custom implementations.
Import
import { InfinityList } from 'reablocks';
// or hook only
import { useInfinityList } from 'reablocks';
InfinityList Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | — | Items to display |
size | number | 10 | Number |
[Description truncada. Veja o README completo no GitHub.]