neodrag icon indicating copy to clipboard operation
neodrag copied to clipboard

One Draggable to rule them all 💍

Results 55 neodrag issues
Sort by recently updated
recently updated
newest added

Draggables don't seem to react to window resize events. They can become lost outside of the boundary because of this. Not sure if this is because of something I've done...

question
core

I have an idea that when I drag an element, it can be "adsorbed" when it is close to another element. I try to judge whether the distance is less...

Lit element integration ```html Drag me ```

enhancement

Hey @PuruVJ, very cool project, saved me from reimplementing drag on my own. One thing I noticed, when I add a draggable div with {bounds: 'parent'} as a child of...

enhancement
core

Trigger drag only after a specified number of milliseconds

core

https://github.com/react-grid-layout/react-draggable/issues/656

enhancement
core

When you provide this object to `bounds` ```ts { top: 0, bottom: 20, left: 30, right: 40 } ``` This is fixed to `window`. I am gonna provide a new...

core

Like `bounds`, but its inward. `bounds` don't allow the element to go out. `obstacles` won't allow it go in the specified area / element

core

Write proper tests. Use playwright and vitest(Try for one only one, but both just in case)

enhancement
help wanted
svelte
react
vue
core
solid