Components
A full-screen, animated background component that renders a colorful, flowing wave pattern using a WebGL shader. The effect is generative, efficient, and runs on the GPU.
Loading preview...
import WavesComponent from "@/components/ui/colorful-wave-pattern";
export default function DemoOne() {
return <WavesComponent />;
}