dnd-tree-sortable
v1.0.3
Published
React sortable tree component
Downloads
13
Maintainers
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