https://github.com/andhxl/blazor-sortable
A Blazor component that wraps the SortableJS library to provide interactive, drag-and-drop list reordering functionality
https://github.com/andhxl/blazor-sortable
blazor components drag-and-drop drag-drop dragdrop dragndrop reorder sortable sortablejs ui
Last synced: 19 days ago
JSON representation
A Blazor component that wraps the SortableJS library to provide interactive, drag-and-drop list reordering functionality
- Host: GitHub
- URL: https://github.com/andhxl/blazor-sortable
- Owner: andhxl
- License: mit
- Created: 2025-06-06T00:08:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-04-29T06:35:39.000Z (24 days ago)
- Last Synced: 2026-04-29T08:25:04.129Z (24 days ago)
- Topics: blazor, components, drag-and-drop, drag-drop, dragdrop, dragndrop, reorder, sortable, sortablejs, ui
- Language: C#
- Homepage: https://andhxl.github.io/blazor-sortable/
- Size: 59.2 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BlazorSortable

[](https://www.nuget.org/packages/BlazorSortable)
[](https://www.nuget.org/packages/BlazorSortable)
A Blazor component that wraps the [SortableJS](https://github.com/SortableJS/Sortable) library, designed for creating interactive sortable lists with drag-and-drop support. Inspired by [BlazorSortable](https://github.com/the-urlist/BlazorSortable) and represents an improved and extended implementation.
## Installation
### Via NuGet Package Manager
### Via .NET CLI
```bash
dotnet add package BlazorSortable
```
### Via PackageReference
Add to your .csproj file:
```xml
```
## Setup
1. Add the SortableJS script to the host page of your app, before the closing `