An example of how to do drag and drop in Blazor with NO extra JavaScript. Implements a list where the elements can be deleted by drag and drop. This doesn't work with touch, only with a mouse. Uses ...