Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 407 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 407 Bytes

This is a fork of react-beautiful-dnd that supports dragging children from/into parent lists. This allows it to be used for dragging in trees instead of just lists and boards. To use it in your own packages:

{
  "dependencies": {
    "react-beautiful-dnd": "ianstormtaylor/react-beautiful-dnd#release"
  }
}