React hook for handling swipe gestures on touch devices and mouse interactions with comprehensive directional callbacks and customizable sensitivity settings
90
Evaluation — 90%
↑ 1.00xAgent success when using this tile
Build a React component that displays real-time visual feedback during swipe gestures, showing the progress and state of the swipe interaction.
Create a SwipeProgressTracker component that:
Tracks swipe lifecycle states
Shows real-time swipe displacement
Maintains a swipe counter
Visual feedback area
@generates
export function SwipeProgressTracker(): JSX.Element;Provides the React library for building UI components.
Provides swipe gesture detection and handling.
Install with Tessl CLI
npx tessl i tessl/npm-react-swipeabledocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10