0.0.4 • Published 5 years ago

nested-dnd-react v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

nested-dnd-react

This Project uses the library react-beautiful-dnd internally, The main purpose of this project is to allow the user to drag and drop of the components constrained to hierarchy.

We can drag and drop the components so that the rearranged values will be given back and we can save the state.

The example structure of the data is given as initData.js

The styles can be used added as styleObj which is sent as props.

Example of the code is given the following uri https://github.com/venkateshmareddy/nested-dnd-react-Example