Components
Loading preview...
A full-screen, canvas-powered glitch field that reacts to user input. Mouse movement spawns drifting glitch blocks in cyan/blue tones, and clicking unleashes a full-screen scanline data corruption effect. Perfect for cyberpunk and digital-art hero backgrounds or immersive UI overlays.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/glitch-cursorimport GlitchCursor from "@/components/ui/glitch-cursor";
export default function DemoOne() {
return (
<GlitchCursor
title="SYSTEM FAILURE"
subtitle="Memory integrity compromised"
caption="> Initiate core dump"
/>
);
}