LoadMore
The Filenest.LoadMore is used to load more files using infinite loading.
The component will render null if there are no more files to load.
The component must be used as a child of
<Filenest.Root>Example Usage
Render Props
| Prop | Type | Default |
|---|---|---|
loadMore | () => void | - |
isLoading | boolean | - |