Elastic Pull To Refresh Indicator
A production-scale, light + dark Elastic Pull To Refresh Indicator component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add elastic-pull-to-refresh-indicatorLive preview available in the gallery.
Usage
import { ElasticPullToRefreshIndicator } from "@lerpa/ui";
<ElasticPullToRefreshIndicator />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| onRefresh | () => Promise<void> | — | |
| title | string | — | |
| subtitle | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.