Components
Loading preview...
A cyberpunk-inspired animated button with glitch effects reminiscent of the Spider-Verse aesthetic. Features multi-layered glitch animations, color shifting, scanning lines, and noise effects that trigger on hover. Perfect for futuristic interfaces, gaming websites, or any design that needs that digital corruption vibe. Built with Tailwind CSS and smooth CSS animations for optimal performance.
@muhammad-binsalman
npx shadcn@latest add https://21st.dev/r/muhammad-binsalman/spider-verse-glitch-buttonimport { Component } from "@/components/ui/spider-verse-glitch-button";
export default function DemoOne() {
return <Component />;
}