1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41---
title: 'ion-refresher-content'
---
import Props from '@ionic-internal/component-api/v7/refresher-content/props.md';
import Events from '@ionic-internal/component-api/v7/refresher-content/events.md';
import Methods from '@ionic-internal/component-api/v7/refresher-content/methods.md';
import Parts from '@ionic-internal/component-api/v7/refresher-content/parts.md';
import CustomProps from '@ionic-internal/component-api/v7/refresher-content/custom-props.mdx';
import Slots from '@ionic-internal/component-api/v7/refresher-content/slots.md';
import EncapsulationPill from '@components/page/api/EncapsulationPill';
The refresher content contains the text, icon and spinner to display during a pull-to-refresh. Ionic 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](/docs/api/refresher) documentation.
## Properties
<Props />
## Events
<Events />
## Methods
<Methods />
## CSS Shadow Parts
<Parts />
## CSS Custom Properties
<CustomProps />
## Slots
<Slots />