Components
Loading preview...
This "Celestial Ink" shader simulates ethereal, glowing ink spreading and swirling in a cosmic fluid. It's interactive, allowing you to disturb the ink with your mouse, creating ripples and revealing brighter, hotter cores within the nebula-like patterns.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/celestial-ink-shaderimport CelestialInkShader from "@/components/ui/celestial-ink-shader";
export default function DemoOne() {
return <div className="app-container">
<CelestialInkShader />
<div className="overlay-content">
<h1 className="title">Celestial Ink</h1>
<p className="description">An Interactive WebGL Shader</p>
</div>
</div>
}