Components
A cyberpunk-aesthetic login card with glitch title animation, magnetic button, cursor-tracking input beam highlights, text scramble on hover, and floating particles. Built with React, TypeScript, and Tailwind CSS.
Loading preview...
import { Component } from "@/components/ui/secure-terminal-login";
export default function DemoOne() {
return <Component />;
}