An open API service indexing awesome lists of open source software.

https://github.com/reactual/react-multi-sortable-hoc-demo

Demo project for exploring & working on react-sortable-hoc features
https://github.com/reactual/react-multi-sortable-hoc-demo

drag-and-drop react react-dnd react-sortable-hoc

Last synced: 6 months ago
JSON representation

Demo project for exploring & working on react-sortable-hoc features

Awesome Lists containing this project

README

        

![Drag and Drop preview](docs/preview.gif)

**A demo project for working on react-sortable-hoc features.**

Based on code from [mixa9269/react-sortable-multiple-hoc](https://github.com/mixa9269/react-sortable-multiple-hoc)

Reference - feat: Support for dragging items between Lists [Issue #138](https://github.com/clauderic/react-sortable-hoc/pull/138)

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

### Installation

```bash
# clone and cd into repo

yarn install
yarn start

# open http://localhost:3000 in browser

# for optimized bundle
yarn build

```