An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# BlazorSortable

![BlazorSortable Icon](https://raw.githubusercontent.com/andhxl/blazor-sortable/main/icon.png)

[![NuGet Version](https://img.shields.io/nuget/vpre/BlazorSortable?style=for-the-badge)](https://www.nuget.org/packages/BlazorSortable)
[![NuGet Downloads](https://img.shields.io/nuget/dt/BlazorSortable?style=for-the-badge)](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 `