hextastudio/ui needs your support to stay running 🫶 Help us
Animated Dock
A dock with animated icons that grow on hover.
Complete Code
tsx
import React, { useRef } from "react";
import {
MotionValue,
motion,
useMotionValue,
useSpring,
useTransform,
} from "framer-motion";
import clsx from "clsx";