Back to Registry

Flip Card

hero

3D card flip with spring physics and backface reveal.

Colorblue-500
Width
Shadow

Live Preview

Preview

Click to flip

Source Code

Single-file, copy-paste ready with full type safety.

Install via CLI
npx shadcn@latest add https://kinetik.dev/r/flip-card.json

Requires shadcn CLI. Auto-installs deps and copies the component into your project.

Manual Install
npm add framer-motion lucide-react

Then copy the source code below into your project.

Usage
import { FlipCard } from '@/app/components/flip-card';

Source

'use client';

export function FlipCard() {
  // copy from registry component source
}

Dependencies

framer-motionlucide-react