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

Provide a way to delay opening of the Floater #39

Closed mrstebo closed 5 years ago

mrstebo commented 6 years ago

When using this library for tooltip components, I would like to be able to delay making the Floater visible. This is so that it replicates the behaviour of tooltips you'd normally find on desktop applications.

gilbarbara commented 5 years ago

You can create a wrapper component to use the floater in a controlled mode with open prop, so you can delay the trigger. Check out the controlled tooltip code in the demo.