react-lineto
react-lineto copied to clipboard
Draw a line between two elements in React
This might be out of support request, so you can close it, if so. I have scrolling container and lines goes out of bounds. Because it's static, and not dynamic...
I have a problem knowing what is the best way to make it responsive. Does anybody have an idea? [`Code example`](https://codesandbox.io/s/youthful-cloud-fgc6f0?file=/src/steps/index.jsx&resolutionWidth=485&resolutionHeight=675)
The line disappears after reloading the page with the `LineTo` component.
`Warning: Using UNSAFE_componentWillMount, UNSAFE_componentWillReceiveProps in strict mode is not recommended` Hi team. Could you fix this warning? May be related to [this issue](https://github.com/kdeloach/react-lineto/issues/32). Thanks a lot!
**Feature Request** I would find it more intuitive if the from and to elements were searched exclusively within the within element if that prop is specified in the component LineTo....
Any plans for a live demo? Github actions + pages would work great with that probably.
Arrow
I've been playing around with `react-lineto` and I really enjoy working with it. Thanks for putting this together! Is there a way to add an arrow to one or both...
I'm wanting to test that a line is drawn under a given scenario with React Testing Library and it seems "data-testid" is the only attribute I could use to select...
When I place LineTo into my React app and set the to and from it will only render a horizontal line rather than rendering it from a specified location to...
There is a `const x2 = (x0 + x1) / 2;` and a `const y2 = (y0 + y1) / 2;`. Maybe this `/ 2` could be an parameter (defaults...