An action based drag and drop container for Svelte
Svelte DND Action is a feature-complete implementation of drag and drop for Svelte using a custom action. It offers support for various drag and drop use-cases, works with any input device, and is fully accessible. The library is production-ready and actively maintained.
To use Svelte DND Action, make sure you have Svelte 3 (version 3.23.0 or higher) installed. Then, follow the code snippet below for basic usage:
import { dndAction } from 'svelte-dnd-action';
// Use the dndAction in your Svelte component
Svelte DND Action is a powerful drag and drop library for Svelte. It offers a wide range of features, including support for different container types, nested draggable containers, rich animations, touch support, and more. The library is production-ready and actively maintained. With minimal configuration, it provides an elegant API and full accessibility support.