Flip
A button that flips between two states on hover.
Made by imskyleenInstallation
Usage
API Reference
FlipButton
Prop | Type | Default |
---|---|---|
from? | 'top' | 'right' | 'bottom' | 'left' | top |
tapScale? | number | 0.95 |
...props? | HTMLMotionProps<"button"> | - |
FlipButtonFront
Prop | Type | Default |
---|---|---|
transition? | Transition | { type: 'spring', stiffness: 280, damping: 20 } |
...props? | HTMLMotionProps<"span"> | - |
FlipButtonBack
Prop | Type | Default |
---|---|---|
transition? | Transition | { type: 'spring', stiffness: 280, damping: 20 } |
...props? | HTMLMotionProps<"span"> | - |