cht8687 / react-hover

React hover --- make hover easy http://cht8687.github.io/react-hover/example/
MIT License
107 stars 25 forks source link

Any feedbacks for this component? Leave your message here. #4

Open cht8687 opened 8 years ago

cht8687 commented 8 years ago

Hi all,

This component has around 1.6k average download from NPM per month at the moment. I am interested to know if anyone is really using it. Leave your message here. If you have any suggestions just let me know! 😄

Yours Rob

jbrozena22 commented 7 years ago

Hi there, thanks for this component it's great and worked perfectly out of the box.

Question though - I have a requirement where I'd like to view the popup on hover, but would like the popup to remain if I click on the trigger. Is there any built in functionality for this or should I fork and build it myself?

Thanks!

cht8687 commented 7 years ago

Hi @jbrozena22 , I think this requirement is kind of special case, for this module, main purpose is for hover component. I will create a issue ticket and wait to see if anyone else has this needs. Thanks for this suggestion.

dustingetz commented 7 years ago

Hi, great work, do hover triggers nest?

cht8687 commented 7 years ago

Hi @dustingetz, do you mean hoverComponent has nested children?

dustingetz commented 7 years ago

A parent overlay trigger with a child overlay trigger, if mouse is over child (really over both parent and child) show child overlay

cht8687 commented 6 years ago

@dustingetz sorry, just realized that you commented back my question nearly 1 year ago. I think this lib doesn't have that functionality. The use case seems interesting.