Package Exports
- dnd-tree-sortable
- dnd-tree-sortable/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dnd-tree-sortable) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Dnd Tree Sortable
Introduce
dnd-tree-sortable is a React component. It is very suitable for:
- Drag and Drop Tree data
- Virtualized list to optimize performance
- Large data
Required:
- react: ^18.3.1
- react-dom: ^18.3.1
Tech
It built base on dnd-kit-example:
- Dnd kit. A lightweight, modular, performant, accessible and extensible drag & drop toolkit for React.
- virtuoso. is a set of React components that display large data sets using virtualized rendering. The Virtuoso components automatically handle items with variable sizes and changes in items' sizes.
- rc-scrollbars.
Getting stated
npm i dnd-tree-sortable