mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
ion-infinite-scroll-content
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.
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