Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
tesar-tech committed Dec 26, 2023
1 parent e34fe45 commit 435466a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
Binary file modified .github/gif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 435466a

Please sign in to comment.