Components
Animated diagonal streaks in glowing green, creating a futuristic rain effect. Perfect for cyberpunk themes or tech-inspired backgrounds.
Loading preview...
import { Component } from "@/components/ui/background-neon-rain-animation";
export default function DemoOne() {
return <Component />;
}