For Tailwind CSS v3 docs, click here.

Animated Tooltip

A cool tooltip that reveals on hover, follows mouse pointer

通过 CLI 安装

npm
pnpm
bun
yarn
npx shadcn-vue@latest add "https://registry.inspira-ui.com/animated-tooltip.json"

手动安装

复制并粘贴以下代码:

AnimatedTooltip.vue

API

Prop 名称类型默认值描述
itemsArray<{id: number, name: string, designation: string, image: string}>[]An array of objects, each representing an item. Each object in the array should have the following properties: id, name, designation, image

感谢