reactjs-mapple-tooltip icon indicating copy to clipboard operation
reactjs-mapple-tooltip copied to clipboard

Delay time to show the tooltip after x milliseconds

Open toolchild opened this issue 7 years ago • 3 comments

Hi,

It would be great if there was a property to give the tooltips a delay time after which they shall appear. Something like:

<MappleToolTip delay={3000}>
  <div>trigger</div>
  <div>tooltip</div>
</MappleToolTip>

So that one needs to hover over the trigger for 3000 milliseconds before the tooltip appears.

toolchild avatar Jul 18 '17 12:07 toolchild

This is a great tip. I will soon upgrade the version with this feature.

Feel free to raise a PR to contribute on this.

haldarmahesh avatar Jul 31 '17 11:07 haldarmahesh

Hey , is this applied already?

abdulpapalek avatar Oct 18 '17 03:10 abdulpapalek

I need to use the delay very badly

abdulpapalek avatar Oct 18 '17 03:10 abdulpapalek