dnd-kit
dnd-kit copied to clipboard
Add drag/resizing
Would be cool to have a single library that supports manual resizing interactions via click/drag/release in addition to all the cool stuff that dnd-kit
already does! Love the modern approach this library is taking.
Wish List:
-
Resize component dimensions (example from
react-resizable
) -
Resize split pane dimensions (example from
react-split-pane
)
Suggest to consider re-resizable for this feature, it supports both resize and split pane and also has better resizing features than react-resizable
@nelsieborja do you have an example of how both dnd-kit and re-resizable can work together? Which one should wrap the other? mostly around ref
passing.
Curious if anyone has a solution for this.
I needed something similar: https://github.com/clauderic/dnd-kit/issues/1127#issuecomment-1803046796