/react-beautiful-dnd

Beautiful, accessible drag and drop for lists with React.js

Primary LanguageJavaScriptOtherNOASSERTION

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"
  }
}