Components
Loading preview...
Interactive text displacement effect using Three.js shaders. Mouse interaction creates dynamic 3D deformation with real-time shadow rendering.
npx shadcn@latest add https://21st.dev/r/xubohuah/bend-textimport { BendText } from "@/components/ui/bend-text";
export default function DemoOne() {
return <BendText />;
}