https://github.com/batazor/react-dnd-simple
Wrapper over react-dnd
https://github.com/batazor/react-dnd-simple
drag-and-drop react react-dnd wrapper
Last synced: 8 months ago
JSON representation
Wrapper over react-dnd
- Host: GitHub
- URL: https://github.com/batazor/react-dnd-simple
- Owner: batazor
- License: mit
- Created: 2018-10-12T11:07:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T22:24:21.000Z (over 2 years ago)
- Last Synced: 2025-05-06T04:50:36.014Z (9 months ago)
- Topics: drag-and-drop, react, react-dnd, wrapper
- Language: JavaScript
- Size: 509 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-dnd-simple
Wrapper over react-dnd
### Usage
```js
import { Context, Drag, Drop } from 'react-dnd-simple'
// ...code
{item[dataKey]}
{item[dataKey]}
```