Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including drag-n-drop-container with all npm packages installed. Try it out:

require("react/package.json"); // react is a peer dependency. require("react-dom/package.json"); // react-dom is a peer dependency. var dragNDropContainer = require("drag-n-drop-container")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

drag-n-drop-container v1.0.20

The component proupose is to merge 2 list into one. Where the order count and every object of the first list, can contain zero or multiple element of the list 2. With a friendly drag and drop UI. So we have: - Two list of element - The first list can be ordered between the first list element - The second list must be associated to one element of the first list - If first list element contains multiple second list element. This can be ordered inside the first list element. - If i order the first list element this must memorize the second list element contained inside the first list element

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free