Puru Vijay
Puru Vijay
REPL 0.5.0 ### Before submitting the PR, please make sure you do the following - [ ] It's really useful if your PR references an issue where it is discussed...
https://github.com/react-grid-layout/react-draggable/issues/656
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...
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
Write proper tests. Use playwright and vitest(Try for one only one, but both just in case)
Append a `data-neodrag-count` on the root node. This will be the number of times the thing has been dragged. Also expose this in events? 🤔