Haptic Swipe Menu Roster
A production-scale, light + dark Haptic Swipe Menu Roster component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add haptic-swipe-menu-rosterLive preview available in the gallery.
Usage
import { HapticSwipeMenuRoster } from "@lerpa/ui";
<HapticSwipeMenuRoster />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| id | string | - | |
| title | string | - | |
| onEdit | (id: string) => void | — | |
| onShare | (id: string) => void | — | |
| onDelete | (id: string) => void | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.