Skip to main content

nav-infinite-scroll-content

The nav-infinite-scroll-content component is the default child used by the nav-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.

Properties

loadingSpinner

DescriptionAn animated SVG spinner that shows while loading.
Attributeloading-spinner
Type"bubbles" ๏ฝœ "circles" ๏ฝœ "circular" ๏ฝœ "crescent" ๏ฝœ "dots" ๏ฝœ "lines" ๏ฝœ "lines-sharp" ๏ฝœ "lines-sharp-small" ๏ฝœ "lines-small" ๏ฝœ null ๏ฝœ undefined
Defaultundefined

loadingText

DescriptionOptional text to display while loading. loadingText can accept either plaintext or HTML as a string. To display characters normally reserved for HTML, they must be escaped. For example <Navify> would become &lt;Navify&gt;

For more information: Security Documentation
Attributeloading-text
TypeNavifySafeString ๏ฝœ string ๏ฝœ undefined
Defaultundefined

Events

No events available for this component.

Methods

No public methods available for this component.

CSS Shadow Parts

No CSS shadow parts available for this component.

CSS Custom Properties

No CSS custom properties available for this component.

Slots

No slots available for this component.