Components
Loading preview...
Here is mouse follow animations
npx shadcn@latest add https://21st.dev/r/reuno-ui/mouse-follow-animationsimport { SpringMouseFollow } from "@/components/ui/mouse-follow-animations";
export default function DemoOne() {
return < SpringMouseFollow/>;
}