https://github.com/oliverjash/react-dnd-sortable-simple
https://github.com/oliverjash/react-dnd-sortable-simple
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oliverjash/react-dnd-sortable-simple
- Owner: OliverJAsh
- Created: 2017-03-10T15:05:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T15:53:56.000Z (about 8 years ago)
- Last Synced: 2025-03-28T06:51:12.180Z (2 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-dnd-sortable-simple
The simple sortable example taken from the react-dnd project, without JSX and
non stage-3 ES features.The latest commits combine the simple and cancellation examples.
```
yarn
yarn run build
```