Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 737 Bytes

README.md

File metadata and controls

23 lines (10 loc) · 737 Bytes

Drag & Drop Tree Component (Using Arborist Library)

This is a React tree component with drag-and-drop capabilities.

This component enables toggling of different nodes (folders), their sub nodes (sub folders) & also rearrange the nodes using drag and drop functionlaity.

The React Arborist Library is used here.

This component can easily handle millions of data.

Screenshot 2023-04-13 at 3 23 51 PM

Available Scripts

npm install && npm start

Then visit http://localhost:3000 to view it in your browser.