Components
A pair of animated eyes whose pupils follow the cursor, with blink, dilation and realistic, cartoon, minimal and cyber style variants.
Loading preview...
import { EyeTracking } from "@/components/ui/eye-tracking";
export default function Default() {
return (
<div className="flex min-h-[420px] w-full items-center justify-center bg-background text-foreground">
<EyeTracking eyeSize={140} gap={50} />
</div>
);
}