Elm equivalent of jQuery sortable?

I am new to elm and am building a todo app as a way to learn.

Are there any elm packages that allow for something similar to what jQuery sortable does? https://jqueryui.com/sortable/

I would like to be able to drag and drop my todo items to change their order/priority. I found https://github.com/zaboco/elm-draggable but that just seems to deal with making elements draggable and doesn’t handle the sorting functionality.

Are there any elm packages that do what I’m looking for?

Take a look at this example:

1 Like

Thank you for the link!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.