svelte-dnd-action
Advanced tools
Comparing version 0.6.24 to 0.6.25
@@ -43,3 +43,3 @@ { | ||
"description": "*An awesome drag and drop library for Svelte 3 (not using the browser's built-in dnd, thanks god): Rich animations, nested containers, touch support and more *", | ||
"version": "0.6.24", | ||
"version": "0.6.25", | ||
"repository": { | ||
@@ -46,0 +46,0 @@ "type": "git", |
# SVELTE DND ACTION [![Known Vulnerabilities](https://snyk.io/test/github/isaacHagoel/svelte-dnd-action/badge.svg?targetFile=package.json)](https://snyk.io/test/github/isaacHagoel/svelte-dnd-action?targetFile=package.json) | ||
This is a feature-complete implementation of drag and drop for Svelte using a custom action. It supports almost every imaginable drag and drop use-case and is fully accessible. | ||
See full features list below. | ||
This is a feature-complete implementation of drag and drop for Svelte using a custom action. It supports almost every imaginable drag and drop use-case, any input device and is fully accessible. <br /> | ||
It requires very minimal configuration, while offering a rich set of primitives that allow overriding basically any of its default behaviours (using the handler functions). <br /><br /> | ||
See full features list below. <br /> | ||
@@ -12,4 +13,5 @@ ![dnd_demo2](https://user-images.githubusercontent.com/20507787/81682367-267eb780-9498-11ea-8dbc-5c9582033522.gif) | ||
The library is working well as far as I can tell, and I am in the process of integrating it into a production system that will be used at scale. | ||
The library is **production ready**, and I am in the process of integrating it into several production systems that will be used at scale. | ||
It is being actively maintained. | ||
**I have never introduced a breaking change so far and have no plans of doing so in the future**. | ||
@@ -29,2 +31,7 @@ ### Features | ||
### Why a svelte action rather than a higher order component? | ||
A custom action allows for a much more elegant API (no slot props thanks god) as well as more control. <br /> | ||
If you prefer a generic dnd list component that accepts different child components as your abstraction, you can very easily wrap this library with one (see [here](https://svelte.dev/repl/028674733f67409c94bd52995d5906f1?version=3.31.0)). | ||
### Installation | ||
@@ -176,2 +183,3 @@ | ||
- [Crazy nesting](https://svelte.dev/repl/fe8c9eca04f9417a94a8b6041df77139?version=3), courtesy of @zahachtah | ||
- [Generic List Component (Alternative to Slots)](https://svelte.dev/repl/028674733f67409c94bd52995d5906f1?version=3.31.0) | ||
@@ -178,0 +186,0 @@ - [Fade in/out but without using Svelte transitions](https://svelte.dev/repl/3f1e68203ef140969a8240eba3475a8d?version=3.24.1) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
240854
279