🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

react-drag-and-drop-multiple-dynamic-column

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-drag-and-drop-multiple-dynamic-column - npm Package Compare versions

Comparing version

to
1.0.1

{
"name": "react-drag-and-drop-multiple-dynamic-column",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple react component to drag and drop to multiple box",

@@ -5,0 +5,0 @@ "keywords": [

@@ -8,2 +8,4 @@ ## React drag and drop multiple dynamic column

Now you can add your custom drag item component in drag drop component as children (now, its only one component accepted on single parent, future version will add whole drag drop container and drag item as HOC)
## demo

@@ -74,3 +76,3 @@ [Live demo](https://bibinantony1998.github.io/react-drag-and-drop-multiple/)

const App = () => (
<App
<DragDropComponent
onChange={(data) => console.log(data)}

@@ -83,3 +85,3 @@ width="100%"

title
/>
>Try your custom drag item html component here</DragDropComponent>
);

@@ -86,0 +88,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet