Neon Flow is a full-screen, animated canvas React component that simulates a cyberpunk-style aurora effect using a high-density particle system.
import { NeonFlow } from "@/components/ui/neon-flow"; export default function DemoOne() { return ( <div> <NeonFlow/> <p className="font-mono sm:text-3xl md:text-6xl text-2xl backdrop-blur-xs md:p-8 p-2 sm:p-4 rounded-sm"> Neon Flow </p> </div> ) ; }