Overview
Animated Tooltip is a component that displays interactive tooltips that follow the mouse pointer on hover, perfect for showing user profiles or additional information.Usage
API Reference
Props
| Prop Name | Type | Default | Description |
|---|---|---|---|
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
- Credits to M Atif for this component.
- Inspired from Aceternity UI’s Animated Tooltip.