Drag and drop nested list with stimulus and Rails

Viewed 111

I need to do a draggable (drag and drop) nested list with use of stimulus + RoR.

Expected behaviour: When user drops an item (item A) inside another one (Item B) - Item B should became parent item for Item A. Any tips how to approach this?

1 Answers
Related