Flip Button
An animated flip button component with a variety of styles.
Made by imskyleenInstallation
Usage
API Reference
FlipButton
Animate UI API Reference - Flip Button PrimitiveProp | Type | Default |
---|---|---|
variant? | "default" | "accent" | "destructive" | "outline" | "secondary" | "ghost" | "link" | default |
size? | "default" | "sm" | "lg" | "icon" | default |
from? | 'top' | 'right' | 'bottom' | 'left' | top |
tapScale? | number | 0.95 |
...props? | HTMLMotionProps<"button"> | - |
FlipButtonFront
Animate UI API Reference - Flip Button Front PrimitiveProp | Type | Default |
---|---|---|
variant? | "default" | "accent" | "destructive" | "outline" | "secondary" | "ghost" | "link" | default |
size? | "default" | "sm" | "lg" | "icon" | default |
transition? | Transition | { type: 'spring', stiffness: 280, damping: 20 } |
...props? | HTMLMotionProps<"span"> | - |
FlipButtonBack
Animate UI API Reference - Flip Button Back PrimitiveProp | Type | Default |
---|---|---|
variant? | "default" | "accent" | "destructive" | "outline" | "secondary" | "ghost" | "link" | default |
size? | "default" | "sm" | "lg" | "icon" | default |
transition? | Transition | { type: 'spring', stiffness: 280, damping: 20 } |
...props? | HTMLMotionProps<"span"> | - |
Credits
- Credit to shadcn/ui for style inspiration.