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.
npx @21st-dev/cli add dhileepkumargm/colorful-wave-patternLoading preview...
import WavesComponent from "@/components/ui/colorful-wave-pattern";
export default function DemoOne() {
return <WavesComponent />;
}