Components
Loading preview...
A dynamic, animated WebGL shader that simulates the turbulent, glowing surface of lava. Built with React and Three.js.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/molten-core-shaderimport MoltenCoreShader from "@/components/ui/molten-core-shader";
export default function DemoOne() {
return <div className="app-container">
<MoltenCoreShader />
<div className="overlay-content">
<h1 className="title">Molten Core</h1>
<p className="description">A Procedural Shader Animation</p>
</div>
</div>
}