Animated Tooltip
A cool tooltip that reveals on hover, follows mouse pointer
通过 CLI 安装
手动安装
复制并粘贴以下代码:
AnimatedTooltip.vue
API
Prop 名称 | 类型 | 默认值 | 描述 |
---|---|---|---|
items | Array<{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 |
感谢
- Credits to M Atif for this component.
- Inspired from Aceternity UI's Animated Tooltip.