mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ion-infinite-scroll-content
InfiniteScrollContent is a component that adds the content to InfiniteScroll. You can loading icon or loading text with the component's properties.
<ion-content>
<ion-infinite-scroll>
<ion-infinite-scroll-content
loadingSpinner="bubbles"
loadingText="Loading more data...">
</ion-infinite-scroll-content>
</ion-infinite-scroll>
</ion-content>
Properties
loadingSpinner
string
An animated SVG spinner that shows while loading.
loadingText
string
Optional text to display while loading.
Attributes
loading-spinner
string
An animated SVG spinner that shows while loading.
loading-text
string
Optional text to display while loading.
Built with StencilJS