Components
Interactive hover links with fluid cursor tracking, animated typography, and floating preview images.
npx shadcn@latest add https://21st.dev/r/hurerag24/interactive-hover-linksLoading preview...
import { InteractiveHoverLinks } from "@/components/ui/interactive-hover-links";
export default function DemoOne() {
return <InteractiveHoverLinks />
}