Components
Loading preview...
A dynamic, animated WebGL shader that simulates the turbulent, glowing surface of Bloom . Built with React and Three.js.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/celestial-bloom-shaderimport 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>
}