pierpo / react-archer

🏹 Draw arrows between React elements 🖋
https://pierpo.github.io/react-archer/
MIT License
1.15k stars 67 forks source link

Is it possible to make the arrows clickable/highlightable? #108

Open Aditya94A opened 4 years ago

Aditya94A commented 4 years ago

I want to dynamically draw arrows between components, highlight them on hover and put them in "focused" state on clicking and add various other interactions. Is this supported by react-archer?

pierpo commented 4 years ago

Hi!

Sorry about the delay.

Unfortunately, it is not possible yet. A PR had been started, but I deprioritized it since there was not much demand for it.

I should take it over and continue the work that had been started! https://github.com/pierpo/react-archer/pull/27

bobby commented 2 years ago

We have a use case that needs clickable arrows, similar to the one described above. We need to make the arrows click-selectable to enable various interactions, but our arrows do not have a label. Enabling hover interactions on the arrows would be nice, too.

Sylraka commented 2 years ago

Hello,

in my case it would be also nice if I find a library who support clickable arrows. Your lib would be ranked up if you implemented this ;)

slavko-chedri commented 1 month ago

We also need an arrow hover interactions, like change an arrow color on a mouse hover.