erossini / BlazorDragAndDrop

Example how to implement drag & drop with Blazor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drag & Drop with Blazor

I show how to implement drag and drop with Blazor WebAssembly and Blazor Server. It's common to find drag and drop interfaces in productivity tools, great examples of this is Azure DevOps. As well as being an intuitive interface for the user, it can definitely add a bit of "eye-candy" to an application.

Screenshots

Reorder list

Basic example for reorder list

Blazor reorder list

A bit complex example

Blazor reorder list

Kanban board

Blazor Kanban board

About

Example how to implement drag & drop with Blazor


Languages

Language:HTML 56.5%Language:CSS 32.0%Language:C# 11.6%