Animated Auth Card with Eye-Tracking Toggle- A responsive login/sign-up card with eye-tracking animations, password binoculars, and smooth mode switching—perfect for onboarding flows.
import { Component } from "@/components/ui/auth-eye"; export default function DemoOne() { return <Component />; }