Components
Loading preview...
A React UI component that renders an animated, customizable multi-colored wave pattern using WebGL2 and GLSL shaders. Adjust wave count, amplitude, frequency, brightness, color separation, and animation speed via props for dynamic, immersive backgrounds.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/colorful-wave-pattern-1import CelestialBloomShader from "@/components/ui/colorful-wave-pattern-1";
export default function DemoOne() {
return <div className="app-container">
<CelestialBloomShader />
</div>
}