Postlagerkarte / blazor-dragdrop

Easy-to-use Drag and Drop Library for Blazor
MIT License
399 stars 96 forks source link

Project Improvements + New Functionality #150

Closed VaclavElias closed 2 years ago

VaclavElias commented 2 years ago
  1. RazorLangVersion disabled (not needed?)
  2. ImplicitUsings added to clean up namespaces
  3. NuGets updated
  4. Namespaces removed
  5. Dropzone.razor updated with [Parameter] public RenderFragment Footer { get; set; }
    • This is due custom content which needs to be below the items (see example below)
  6. Demo project updated
    • Kanban.razor added

Kanban demo is showing usage of <Footer></Footer> for rendering e.g. button.

Please feel free to accept this PR, or let me know if you would like me to change anything, or accept and make further changes as desired :).

Thanks.

image
Postlagerkarte commented 2 years ago

Looks great! Thanks.

VaclavElias commented 2 years ago

You are welcome. Not sure why your pipeline is failing.