Skip to content

Commit 8dc8ad3

Browse files
docs(refresher): add component playgrounds (#2617)
1 parent 114f593 commit 8dc8ad3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1346
-306
lines changed

docs/api/refresher-content.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: "ion-refresher-content"
3-
hide_table_of_contents: true
43
---
5-
import TOCInline from '@theme/TOCInline';
6-
74
import Props from '@site/static/auto-generated/refresher-content/props.md';
85
import Events from '@site/static/auto-generated/refresher-content/events.md';
96
import Methods from '@site/static/auto-generated/refresher-content/methods.md';
@@ -14,20 +11,9 @@ import Slots from '@site/static/auto-generated/refresher-content/slots.md';
1411
import EncapsulationPill from '@components/page/api/EncapsulationPill';
1512

1613

14+
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.
1715

18-
<h2 className="table-of-contents__title">Contents</h2>
19-
20-
<TOCInline
21-
toc={toc}
22-
maxHeadingLevel={2}
23-
/>
24-
25-
26-
27-
The refresher content contains the text, icon and spinner to display during a pull-to-refresh. Ionic provides the 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.
28-
29-
30-
16+
For usage examples, see the [Refresher](/docs/api/refresher) documentation.
3117

3218

3319
## Properties
@@ -46,4 +32,4 @@ The refresher content contains the text, icon and spinner to display during a pu
4632
<CustomProps />
4733

4834
## Slots
49-
<Slots />
35+
<Slots />

0 commit comments

Comments
 (0)