title |
---|
ion-infinite-scroll-content |
import Props from '@ionic-internal/component-api/v8/infinite-scroll-content/props.md'; import Events from '@ionic-internal/component-api/v8/infinite-scroll-content/events.md'; import Methods from '@ionic-internal/component-api/v8/infinite-scroll-content/methods.md'; import Parts from '@ionic-internal/component-api/v8/infinite-scroll-content/parts.md'; import CustomProps from '@ionic-internal/component-api/v8/infinite-scroll-content/custom-props.mdx'; import Slots from '@ionic-internal/component-api/v8/infinite-scroll-content/slots.md';
import EncapsulationPill from '@components/page/api/EncapsulationPill';
The ion-infinite-scroll-content
component is the default child used by the ion-infinite-scroll
. It displays an infinite scroll spinner that looks best based on the platform and changes the look depending on the infinite scroll's state. The default spinner can be changed and text can be added by setting the loadingSpinner
and loadingText
properties.
For more information as well as usage, see the Infinite Scroll Documentation.