Components
React Three Fiber component with custom GLSL shaders, fresnel rim glow, animated noise iridescence, and smooth bobbing motion.
Loading preview...
import { Component } from "@/components/ui/3d-shader-card";
export default function DemoOne() {
return <Component />;
}