I have a requirement now, which is similar to a shortcut card on a mobile phone, where you can freely drag and sort on a certain page. How should I implement this or has anyone developed a similar library
You can implement a draggable object with custom code using events. See the example for a draggable object.
It would, however require some more logic for the sorting