Interactive Tooltip
A lively tooltip component that follows the cursor with smooth spring-based motion, ideal for showcasing user profiles or team member details with interactive hover animations.



Installation
Usage
1import { InteractiveTooltip } from '@/components/pumki-ui/tooltip/tooltip-1';Props
| Prop | Type | Default | Description |
|---|---|---|---|
items? | {id: number, name: string, designation: string, image: string} | [] | Array of team member objects to display in the tooltip. |
id? | number | - | Unique identifier for each team member. |
name? | string | - | Name of the team member. |
designation? | string | - | Designation of the team member. |
image? | string | - | Image URL of the team member. |
Last updated on