Components
Loading preview...
React Three Fiber component with custom GLSL shaders, fresnel rim glow, animated noise iridescence, and smooth bobbing motion.
npx shadcn@latest add https://21st.dev/r/rxxndy/3d-shader-cardimport { Component } from "@/components/ui/3d-shader-card";
export default function DemoOne() {
return <Component />;
}