You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibility to have rounded corners in grid display
I'm using your library to draw lines between elements, it's usefull for roadmap or things like that.
Could be great to have rounded corners for the "grid" display, to achieve this kinds of display:
Describe the solution you'd like
We could have a new prop rounded
<Xarrow...propsrounded={10}/>
Describe alternatives you've considered
We could use the already existing curveness but it will also be applied to grid display
<Xarrow...propscurveness={1}/>
Possibility to put gradient colors
To beautify the design of lines, it could be great to insert gradient colors ( Example in the first screenshot )
Describe the solution you'd like
We could just put a gradient definition in the color prop
Possibility to have rounded corners in grid display
I'm using your library to draw lines between elements, it's usefull for roadmap or things like that.
Could be great to have rounded corners for the "grid" display, to achieve this kinds of display:
Describe the solution you'd like
We could have a new prop
rounded
Describe alternatives you've considered
We could use the already existing
curveness
but it will also be applied togrid
displayPossibility to put gradient colors
To beautify the design of lines, it could be great to insert gradient colors ( Example in the first screenshot )
Describe the solution you'd like
We could just put a gradient definition in the
color
propThanks again @Eliav2 for your great package, i couldn't found others alternative and i love using it.
The text was updated successfully, but these errors were encountered: