score:0

the only solution i see is making your custom tooltip, or just implement one from a library. then you can add an onclick that directs you to a new page.

maybe you wanna take a look at materialui https://mui.com/components/tooltips/

<tooltip onclick={() => redirect(...)} title="add">
  <button>controlled</button>
</tooltip>

here is what it could look like in materialui


Related Query

More Query from same tag