Is there any type of a sortable List Component?

I need a list-component in which elements can be sorted by draging.

Is there such component or a easy solution?

This might help:

Thanks, but unfortunately is this not suitable for my usecase...

I need something like the SortableJS Library sortable-list, but this is not compatible with blazor as it seems...