Skip to main content

nav-refresher-content

The refresher content contains the text, icon and spinner to display during a pull-to-refresh. Navify displays a pulling icon and refreshing spinner based on the platform. However, the default icon, spinner, and text can be customized based on the state of the refresher.

For usage examples, see the Refresher documentation.

Properties

pullingIcon

DescriptionA static icon or a spinner to display when you begin to pull down. A spinner name can be provided to gradually show tick marks when pulling down on iOS devices.
Attributepulling-icon
Typenull ๏ฝœ string ๏ฝœ undefined
Defaultundefined

pullingText

DescriptionThe text you want to display when you begin to pull down. pullingText 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
Attributepulling-text
TypeNavifySafeString ๏ฝœ string ๏ฝœ undefined
Defaultundefined

refreshingSpinner

DescriptionAn animated SVG spinner that shows when refreshing begins
Attributerefreshing-spinner
Type"bubbles" ๏ฝœ "circles" ๏ฝœ "circular" ๏ฝœ "crescent" ๏ฝœ "dots" ๏ฝœ "lines" ๏ฝœ "lines-sharp" ๏ฝœ "lines-sharp-small" ๏ฝœ "lines-small" ๏ฝœ null ๏ฝœ undefined
Defaultundefined

refreshingText

DescriptionThe text you want to display when performing a refresh. refreshingText 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
Attributerefreshing-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.