react-hover-observer
react-hover-observer copied to clipboard
A React component that notifies its children of hover interactions
Hi, Love this library, I've been using it across a couple of projects. One thing that would make it a bit more flexible is to add a configurable wrapper element....
How we can change the wrapper element
Can you make it apply to svg elements aswell? I would suggest making it or instead of div
Hi there, Thanks for the great library. Unfortunately I can't use it as I need to pass style props programmatically to the div that's created. Can you please accept passed...
I'm using this to style hyperlinks and the `` wrapper messes up the flow of the page content. I can work around it for now using `className` and an external...
- question Hi, Thanks for the good work. I am using it on my projects heavily. Does it support https://github.com/styled-components/styled-components ? I am using the following code ``` import React...