RMN.Blazor.DragDrop
1.0.0
The component and some of its parameters have been renamed in the new version, along with the addition of new features. Please upgrade to ensure ongoing support and compatibility with future updates.
For more details, refer to the documentation.
See the version list below for details.
dotnet add package RMN.Blazor.DragDrop --version 1.0.0
NuGet\Install-Package RMN.Blazor.DragDrop -Version 1.0.0
<PackageReference Include="RMN.Blazor.DragDrop" Version="1.0.0" />
paket add RMN.Blazor.DragDrop --version 1.0.0
#r "nuget: RMN.Blazor.DragDrop, 1.0.0"
// Install RMN.Blazor.DragDrop as a Cake Addin #addin nuget:?package=RMN.Blazor.DragDrop&version=1.0.0 // Install RMN.Blazor.DragDrop as a Cake Tool #tool nuget:?package=RMN.Blazor.DragDrop&version=1.0.0
Blazor.DragDrop
This Blazor drag and drop component allows users to easily implement drag-and-drop functionality in their Blazor applications. The component provides a simple API for enabling drag-and-drop interactions, making it easy to move elements within a container.
Features
- Easy Integration: Seamlessly integrate drag-and-drop capabilities into your Blazor application.
- Customizable: Easily customize the appearance and behavior of draggable and droppable elements.
- Event Handling: Handle drag and drop events to perform custom actions.
How to use
- Install the RMN.Blazor.DragDrop NuGet package in your project.
- Add the component namespace to your
_Imports.razor
file:
@using RMN.Blazor.DragDrop
- Add SortableJS to your
index.html
file:
<script src="https://cdn.jsdelivr.net/npm/sortablejs@latest/Sortable.min.js"></script>
Licence
Project is licensed under the MIT License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Microsoft.AspNetCore.Components.Web (>= 6.0.29)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.