Haptic Pull To Action
A production-scale, light + dark Haptic Pull To Action component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add haptic-pull-to-actionLive preview available in the gallery.
Usage
import { HapticPullToAction } from "@lerpa/ui";
<HapticPullToAction />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| onAction | (action: 'refresh' | 'share' | 'help') => void | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.