Components
A dynamic, animated WebGL shader that simulates the turbulent, glowing surface of Bloom . Built with React and Three.js.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/celestial-bloom-shaderLoading preview...
import CelestialBloomShader from "@/components/ui/celestial-bloom-shader";
export default function DemoOne() {
return <div className="app-container">
<CelestialBloomShader />
<div className="content-overlay">
<h1>Celestial Bloom </h1>
<p>A Procedural Shader Animation</p>
</div>
</div>
}