Animated Tooltip
A cool tooltip that reveals on hover, follows mouse pointer
API
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 |
Component Code
You can copy and paste the following code to create this component:
Credits
- Credits to M Atif for this component.
- Inspired from Aceternity UI's Animated Tooltip.