It would be cool if there was a react wrapper (or usage examples) for: https://popper.js.org/tooltip-examples.html
It's not something I'm going to implement in this project.
why don't you want to integrate tooltips? I think it's the number 1 use case for popper and right now for react there aren't really decent tooltip libraries
could you at least provide an example on how you would implement a tooltip with react-popper?
@FezVrasta , I believe you'd get a lot of traction for usage if tooltip.js could be used along with this project. There aren't any good alternatives!
If this is going to happen, it will be in a separated repository, react-popper repository is going to be focused on just what's doing today.
In my company we have a tooltip library based on react-popper, we are in the process to open-source most of our React stuff so hopefully we'll also open source it, but I can't give any ETA.
Hi guys, please take a look at react-popper-tooltip (this is not an official library).
For anyone interested, I'm going to release in the next few hours the @quid/react-tooltip npm package, along with the existing @quid/react-popover. They do just what the name says 馃檭
Feel free to take a look at the PR:
https://github.com/quid/refraction/pull/89
Or at the documentation for the popover:
https://ui.quid.com/#!/Popover
Most helpful comment
why don't you want to integrate tooltips? I think it's the number 1 use case for popper and right now for react there aren't really decent tooltip libraries
could you at least provide an example on how you would implement a tooltip with react-popper?