Kanban View drag and drop code

You know how you can shuffle the Kanban columns? Is there a JS library (besides jQuery?) used for this or is there some other drag-able, stack-able, rearrange-able codebase that’s already build into Frappe? I’d like to avoid using a third party library, but Gridstack does everything I need.

@netchampfaris - Faris, can you point me to the source please? A Github search did not reveal something obvious.

We already use Sortable

Thanks @netchampfaris! Can this be made available with a frappe.provide-type statement?

Also, where can I find the Kanban view code to study?

This pull lists everything in the Kanban feature

https://github.com/frappe/frappe/pull/2542

Thanks @felix!