Components
A React UI component that renders a full-screen WebGL shader animation using Three.js, showcasing a dynamic cosmic singularity effect.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/shader-animationLoading preview...
import SingularityWaveShader from "@/components/ui/shader-animation";
export default function DemoOne() {
return <div className="app-container">
<SingularityWaveShader />
</div>
}