UNPKG

react-tinder-swipe

Version:

Its a swipe game like tinder or other dating aplication.wher by swiping it right or left you can accept or reject the user

11 lines (10 loc) 280 B
export interface SwipeCardProps { children: React.ReactNode; isTop: boolean; onSwipe: (offsetX: number) => void; exitX?: number; controls?: any; disableSwiping?: boolean; onDragUpdate: (dir: "left" | "right" | null) => void; rotateValue: number; }