Skip to content

docs(refresher): add component playgrounds #2617

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Oct 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions docs/api/refresher-content.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
title: "ion-refresher-content"
hide_table_of_contents: true
---
import TOCInline from '@theme/TOCInline';

import Props from '@site/static/auto-generated/refresher-content/props.md';
import Events from '@site/static/auto-generated/refresher-content/events.md';
import Methods from '@site/static/auto-generated/refresher-content/methods.md';
Expand All @@ -14,20 +11,9 @@ import Slots from '@site/static/auto-generated/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.

<h2 className="table-of-contents__title">Contents</h2>

<TOCInline
toc={toc}
maxHeadingLevel={2}
/>



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.



For usage examples, see the [Refresher](/docs/api/refresher) documentation.


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

## Slots
<Slots />
<Slots />
Loading