Components
An interactive, cybernetic eye that tracks your cursor's movement across the screen. It features a dynamic iris, a periodic blinking animation, and glowing circuit details to create a high-tech, futuristic interface.
npx @21st-dev/cli add dhileepkumargm/sentinel-coreLoading preview...
import CyberneticEye from "@/components/ui/sentinel-core";
export default function DemoOne() {
return (
<div className="App">
<CyberneticEye />
</div>
);
}