A 3D animated card component that flips to reveal content on the back.
Made by DivyashriInstallation
Usage
API Reference
FlipCard
| Prop | Type | Default |
|---|---|---|
data | FlipCardData | - |
FlipCardData
| Prop | Type | Default |
|---|---|---|
name | string | - |
username | string | - |
image | string | - |
bio | string | - |
stats | { following: number; followers: number; posts?: number } | - |
socialLinks? | { linkedin?: string; github?: string; twitter?: string } | - |
