react-sortable-hoc
react-sortable-hoc copied to clipboard
A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️

I am facing a problem while using react-sortable-hoc, as soon as I increase the size of sortable items , I am able to drag it by only one place at...
I tried using react-sortable-hoc in html dialog tag, but the dragged element wasn't shown when using showModal() js function on the dialog. It works without it. I tried using helperClass...
Hi @clauderic I am facing a responsive issue while dragging the list element. Any help will be highly appreciable Plugin version: ^1.8.3 Thanks for the help
Hello When the event of konvajs-react occurs The log keeps coming out like the video from react-sortable-hoc https://user-images.githubusercontent.com/6078850/111973098-7e1e9280-8b41-11eb-9f5b-72f62a983e77.mp4 Is there any way to prevent the log from coming out? The...
Is there any plan to support #138?
How to reproduce: 1. Go to the basic demo page: http://clauderic.github.io/react-sortable-hoc/#/basic-configuration/basic-usage?_k=jtwbel 2. Apply `transform: scale(0.3);` on the scrolling container, `Showcase__style__list Showcase__style__stylizedList`. 3. Try dragging, all offsets are wrong now. ...
Is this project abandoned? There haven't been any commits since January. Is there any alternative component out there that supports sorting in both axis? Most of the ones I've found...
This project has a dependency on `@babel/runtime` version `7.2.0` however Webpack 5 has enabled strict mode on ESM module imports which `7.2.0` violates and therefore won't compile. This has already...