reactjs-mapple-tooltip
reactjs-mapple-tooltip copied to clipboard
Delay time to show the tooltip after x milliseconds
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.
This is a great tip. I will soon upgrade the version with this feature.
Feel free to raise a PR to contribute on this.
Hey , is this applied already?
I need to use the delay very badly