drag-list-react
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "drag-list-react", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A component of dragging and resorting list for React", | ||
@@ -5,0 +5,0 @@ "main": "dist/drag-list-react.js", |
@@ -19,3 +19,5 @@ # Drag-list-react | ||
import DragList from 'drag-list-react'; | ||
// Data list | ||
// Notice: Every item in your data list must contains property 'id'. | ||
// DragList component uses 'id' as the key of array. | ||
const list=[ | ||
@@ -22,0 +24,0 @@ { |
Sorry, the diff of this file is not supported yet
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
220337
590
71