MohamedRejeb / compose-dnd

Compose DND is a library that allows you to easily add drag and drop functionality to your Jetpack Compose or Compose Multiplatform projects.
Apache License 2.0
299 stars 7 forks source link

Feature: Add support for toggling the drag and drop #1

Closed jordond closed 5 months ago

jordond commented 8 months ago

I'm using compose-dnd in my app, and I needed to be able to toggle whether or not the drag-and-drop was enabled. I couldn't see a built-in solution, so I created a wrapper @Composable that adds this functionality. I decided I might as well open up a PR and see if its something you'd want to add to the library.

Let me know what you think 👍

MohamedRejeb commented 7 months ago

Hi, Sorry for the late reply. Thanks for your contribution. I think that it can be added as a parameter to the existing DragAndDropContainter instead of creating a new one.