Components
Loading preview...
shader simulates a breathing, organic nebula in deep space. It features swirling, multi-layered gases and a field of twinkling stars. The animation is interactive, reacting to your mouse movements by creating a gravitational lens effect that warps the fabric of the nebula around your cursor.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/living-nebulaimport LivingNebulaShader from "@/components/ui/living-nebula";
export default function DemoOne() {
return <div className="app-container">
<LivingNebulaShader />
<div className="overlay-content">
<h1 className="title">Living Nebula</h1>
<p className="description">An Interactive WebGL Shader</p>
</div>
</div>
}