The LoadMoreButton
component fetches more assets in an infinite loading style.
The component is only rendered when there are more assets to fetch.
This component extends React.ComponentPropsWithoutRef<"button">
, meaning it accepts all native button
element props.
asChild
Type: boolean
LoadMoreButton
must be used inside a Root
component.