Here is animated tooltip component
npx shadcn@latest add https://21st.dev/r/shadcnspace/animated-tooltip
Loading preview...
import AnimatedTooltipMotion from "@/components/ui/animated-tooltip"; export default function DemoOne() { return <AnimatedTooltipMotion />; }