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