This commit is contained in:
Santiago Cattaneo 2022-04-18 14:18:28 -03:00
commit cf96ac99f5

View file

@ -3,6 +3,9 @@
### Disclaimer ### Disclaimer
This component is in development, still can suffer big modifications that can affect functionality This component is in development, still can suffer big modifications that can affect functionality
### Live Examples
https://elgransan.github.io/BlazorReorder
## Intro ## Intro
A Drag and Drop sortable list built in Blazor. It only uses javascript for trigger events and get element information (that in NET 6 it's impossible to do it directly from Blazor) A Drag and Drop sortable list built in Blazor. It only uses javascript for trigger events and get element information (that in NET 6 it's impossible to do it directly from Blazor)