smooth-dnd
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "smooth-dnd", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Drag and Drop library", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "webpack --mode production" | ||
@@ -13,5 +12,12 @@ }, | ||
"drag and drop", | ||
"drag&drop", | ||
"drag", | ||
"drop", | ||
"draggable", | ||
"dnd" | ||
], | ||
"author": "Kutlu Sahin", | ||
"author": { | ||
"name": "Kutlu Sahin", | ||
"email": "kutlugsahin@gmail.com" | ||
}, | ||
"license": "ISC", | ||
@@ -18,0 +24,0 @@ "repository": { |
@@ -1,12 +0,12 @@ | ||
# smooth-dnd | ||
# smooth-dnd | ||
A lightweight Drag and Drop, sortable library for javascript. There is no external dependencies. It uses css transitions for animations so it's hardware accelerated whenever possible. | ||
A fast and lightweight drag&drop, sortable library for with many configuration options covering many d&d scenarios. There is no external dependencies. It uses css transitions for animations so it's hardware accelerated whenever possible. | ||
>Show, don't tell ! | ||
>### Demo page: <a href="#">https://kutlugsahin.github.io/smooth-dnd-demo/</a> | ||
**Show, don't tell !** | ||
### <a href="https://kutlugsahin.github.io/smooth-dnd-demo/">Demo page</a> | ||
### Installation | ||
```js | ||
$ npm i smooth-dnd | ||
```shell | ||
npm i smooth-dnd | ||
``` | ||
@@ -13,0 +13,0 @@ |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
92335
2