the-urlist / BlazorSortable

A sortable list component for Blazor
MIT License
150 stars 22 forks source link

Adding the Class parameter to SortableList #5

Open GerardFR opened 7 months ago

GerardFR commented 7 months ago

Adding a Class parameter to SortableList allows the use of custom classes in the main loop. This is useful when using Bootstrap, for example. See the sample added at the end of the samples page.