Animated Tooltip

A cool tooltip that reveals on hover, follows mouse pointer

API

Prop NameTypeDefaultDescription
itemsArray<{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