I am trying to implement as a component movable in Blazor, but I am not sure how to translate the JavaScript to Blazor. I am generally traying to achieve something like : https://stackoverflow.com/a/47596086/767942
- How to handle @onmousedown and translate it to Blazor in order to achive the movable < div > from the example above ?