Components
Loading preview...
Mouse-Following Line Field Animation A dynamic grid of lines that react and rotate smoothly toward cursor movement, creating an engaging motion effect. Perfect for interactive backgrounds, modern websites, or eye-catching hero sections.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/mouse-following-lineimport { GridAnimation } from "@/components/ui/mouse-following-line";
export default function DemoOne() {
return <GridAnimation className="absolute inset-0 w-full h-full" />;
}