Export Drag and Drop function in @strapi/helper-plugin package

It is possible to drag and drop in the media library.
I am creating a strapi plugin and i would like to use a drag and drop function without installing an external package. Can you export the drag and drop function in the @strapi/helper-plugin package.

Oh, I didn’t even know that there is a Drag and Drop functionality built deeply into Strapi. I would assume your request is better placed as a github issue in the Strapi repo.

For a custom field I needed dnd functionality, too, and ended up using React DnD, which I find quite awesome to use.

Drag and drop? It’s the first time I hear it, but I think it’s useful. Thanks

Can you please tell me that how to use drag and drop functionality in strapi. please help me for this.

Strapi app uses @react-dnd packages to make for example the media library “droppable”. You don’t need an external package for that purpose, we did in our plugin please take a look here.

okay got it!