Components
Loading preview...
A fullscreen WebGL cursor animation built with Three.js that renders animated colorful tube trails and reactive lights; click to randomize tube and light colors. Ideal as an interactive hero background or pointer effect for landing pages and portfolios
npx shadcn@latest add https://21st.dev/r/jod49034/tubes-curorimport TubesCursor from "@/components/ui/tubes-curor";
export default function DemoOne() {
return <TubesCursor />;
}