gilbarbara / react-floater

Advanced tooltips for React
https://codesandbox.io/s/github/gilbarbara/react-floater/tree/main/demo
MIT License
213 stars 37 forks source link

Added the ability to provide an open delay for the floater #40

Closed mrstebo closed 5 years ago

mrstebo commented 6 years ago

I required the ability to show a tooltip when the user hovered over a control for n seconds.

This PR allows you to specify an openDelay, so that the floater will only show after the time specified.

I have also created an issue for this: #39

gilbarbara commented 5 years ago

Hey, I think this will only add complexity to this library and it seems like a bad UX practice. Anyway, you can achieve that in your app using the controlled mode.

Thanks