neodrag
neodrag copied to clipboard
One Draggable to rule them all 💍
Essentially, I think making the error messages more modular (as in being able to replace/remove the default error messages when using the ```handle``` or ```class``` options) might be an interesting...
The title says it all: Allow all these units to be used. This will increase the bundle size definitely, but from 1.7, it might get to 3kb, max 4kb, which...
When running a Jest test i'm getting the following error: `SyntaxError: Cannot use import statement outside a module` This is how i'm importing the library: `import { useDraggable, DragEventData, DragOptions...
On my desktop (using a mouse), neodrag behaves flawlessly. However, when I visited the page on my phone, the calculation logic of the touch pointer didn't work. I don't know...
First, I'd like to thank you for your very useful library. All functionality is as advertised, except I'm getting this build error, and I was hoping you could explain if...
Hi, is there any way to stop a drag from ending up as an click on the child element? As I see it, its not about stopping event propagation, because...
This PR adds neodrag integration with [Angular](https://angular.io) - `NeoDraggable` directive - Documentations updated with Angular Would love some help to set up changesets for publishing. Closes #106