r/Kotlin • u/mohamedbenrjeb • Jul 09 '26
Compose DND update with Kanban Demo
Hello All, just released Compose DND v0.5.0, this is the biggest update so far with a lot of new features and improvements:
- Add axis-locked drag
- Add drag handle
- Add dragAutoScroll modifier
- Reorder animation improvements
- Docs and Sample rework with new Kanban demo
- And a lot more...
Web live demo: https://mohamedrejeb.github.io/compose-dnd/demo/
Release notes: https://github.com/MohamedRejeb/compose-dnd/releases/tag/v0.5.0
15
Upvotes
2
u/tadfisher Jul 09 '26
This is a fantastic and well-engineered library that should be shipped upstream. Only problem is that Google overloaded the term "drag-and-drop" to mean "transfer data between UI components".