Shaders
High-performance grain-gradient shaders for heroes, sections, and immersive backgrounds. Copy the source and tune speed and intensity with a few props.
Glowing neon-inspired shader with pulsing cyan and magenta. Perfect for gaming sites and creative portfolios.
import NeonPulse from "@/registry/infinity-ui/neon-pulse";
export default function NeonPulseDemo() {
return <NeonPulse className="h-screen w-full" />;
}
Digital distortion-style shader with bold red and dark accents. Great for edgy, modern designs.
import GlitchWave from "@/registry/infinity-ui/glitch-wave";
export default function GlitchWaveDemo() {
return <GlitchWave className="h-screen w-full" />;
}
More shaders on the way…