Are there any components which allow for drag rearranging a list of items? Sort of like this. https://codepen.io/PJCHENder/pen/PKBVRO/?__cf_chl_tk=4wAEhBFBEdOcg2rt1I5dLk2FuxigeJjzEoxKQI9IIwk-1660211920-0-gaNycGzNCVE
#Component to drag re-arrange a list?
6 messages · Page 1 of 1 (latest)
thanks! knew i'd seen it somewhere
@gilded sluice Thank you! Exactly what I was looking for.
@atomic ocean I would also suggest to take a look at this one: https://dndkit.com/
I’ve managed to easily build not only simple sortable lists, but also a complex nested dnd structure using this one. It was like a breath of fresh air after other libraries that use html drag’n’drop api)
dndkit is outdated and has lots of critical stale issues. I would not recommend to use it for new projects.