Eliav2 / react-xarrows

Draw arrows (or lines) between components in React!
https://codesandbox.io/embed/github/Eliav2/react-xarrows/tree/master/examples?fontsize=14&hidenavigation=1&theme=dark
MIT License
584 stars 75 forks source link

How can I add arrows to both ends? #46

Closed nickgrealy closed 3 years ago

nickgrealy commented 3 years ago

Hi, great library!

Quick question: how would I add an arrow head to both ends of a line?

Eliav2 commented 3 years ago

now possible using showTail:true property on react-xarrows v1.6.0!