Currently only supports Blazor Webassembly on .NET 8 - support for Blazor Server is progressing. NOTE: This is simply a proof of concept/prototype, and therefore does not support all use cases. As ...
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 ...