diff --git a/.github/gif.gif b/.github/gif.gif index 052aa54..81eecfd 100644 Binary files a/.github/gif.gif and b/.github/gif.gif differ diff --git a/README.md b/README.md index 9330471..1b0f0ef 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,13 @@ -# Drag and drop list in Blazor +# Blazor Drag&drop list -Minimal implementation of drag & drop list. Blazor WebAssembly. +Minimal implementation of drag & drop list in Blazor. Updated to .NET 8. -No extra js library needed. - -Whole implementation is in [Index.razor](DragAndDropList/Pages/Index.razor). - -More advanced solution with child elements: [Index2.razor](DragAndDropList/Pages/Index2.razor) -(resolves this SO issue ['dragleave' of parent element fires when dragging over children elements](https://stackoverflow.com/questions/10867506/dragleave-of-parent-element-fires-when-dragging-over-children-elements) ) +Ask a question in [![](https://dcbadge.vercel.app/api/server/DsAXsMuEbx?style=flat)](https://discord.gg/DsAXsMuEbx) or open an issue. +Check the [demo website](https://tesar-tech.github.io/DragAndDropList/). ![gif](./.github/gif.gif) +No extra js library needed. + Inspired by: https://chrissainty.com/investigating-drag-and-drop-with-blazor/