Components
A horizontal navigation menu whose link letters animate from thin to bold outward from the center on hover using variable font weight.
Loading preview...
import VariableFontHoverNav from "@/components/ui/m-variable-font-hover-1";
export default function Default() {
return <VariableFontHoverNav />;
}