Components
contains all the necessary styling for the input field, its wrapper, and the glitch animation.
npx @21st-dev/cli add dhileepkumargm/glitch-inputLoading preview...
import GlitchInput from "@/components/ui/glitch-input";
export default function DemoOne() {
return (
<div className="App">
<div className="component-card">
<h3 className="component-title">Cyberpunk Glitch Input</h3>
<GlitchInput />
</div>
</div>
);
}