Designed in 3D
Move your pointer across the card — it tilts toward you with parallax depth and a specular glare that tracks the cursor.
Hover me
Tilt Card
tsx
import { TiltCard } from "@/components/godui/tilt-card";export function TiltCardDemo() {return ( <TiltCard className="w-72 p-6"> <h3 className="text-lg font-semibold text-foreground">Designed in 3D</h3> <p className="mt-2 text-sm text-muted-foreground">Move your pointer across the card — it tilts toward you with parallax depth and a glare that tracks the cursor.</p> </TiltCard>);}