Tooltip Smart

A tooltip that fluidly follows the cursor.

Hover and move around
Exploring...
1<TooltipSmart content="Following Cursor...">
2 <div className="h-32 bg-zinc-100 dark:bg-zinc-800 rounded-lg flex items-center justify-center">
3 Move mouse here

Installation

npx zeroui@latest add tooltip-smart

Props

nametypedefaultdescription
contentstring--