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

Add roundedCorners prop #178

Open andreac92 opened 1 year ago

andreac92 commented 1 year ago

Add ability to make grid lines rounded at corners, by specifying the roundedCorners prop:

<Xarrow ... path="grid" roundedCorners />

This makes 12px rounded corners by default https://github.com/Eliav2/react-xarrows/issues/43