Skip to Content
šŸŽ‰Introducing Pumki UI
ComponentsTooltipsTooltip 1

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.

Pumki UIPumki UI
Miguel Prewitt
Mark Frank
Fredrick Noyes

Installation

Usage


1import { InteractiveTooltip } from '@/components/pumki-ui/tooltip/tooltip-1';

Props

PropTypeDefaultDescription
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