This component allow you to implement drag and drop behavior on the list elements that you want. You can long press an element and drag it to the end position, the component will return you a notify with all the information of the movement.
This component is based on the on Dragula framework:
GitHub: github.com/bevacqua/dragula
Dragula Demo: bevacqua.github.io/dragula
The issue related with the wrong value being returned by the event output structure in fields "FromIndex" and "ToIndex" was solved.