Here is animated tooltip component
Loading preview...
import AnimatedTooltipMotion from "@/components/ui/animated-tooltip"; export default function DemoOne() { return <AnimatedTooltipMotion />; }