Open elvonkh opened 3 years ago
@elvonkh , hi, does muuri-react work with latest react versions(17)? https://github.com/Paol-imi/muuri-react/issues/50 https://github.com/Paol-imi/muuri-react/issues/59
or do you use fork version of it? https://github.com/adamerose/muuri-react btwn, your example looks similar with dndkit examples - https://5fc05e08a4a65d0021ae0bf2-gngonedmxi.chromatic.com/?path=/story/examples-tree-sortable--all-features
Hello! Sorry for being a little off topic, but I had a similar task to make a nested drag and drop navigation menu and tried many DnD packages like DnDKit, react-beautiful-dnd and etc...
I found a solution using a package called "atlaskit/tree". It required some tweaks to data structure, but in the end it solved this problem for me perfectly. The documentation is not the best so I recommend reading source code on the bitbucket
Docs and examples: https://atlaskit.atlassian.com/packages/confluence/tree BitBucket: https://bitbucket.org/atlassian/atlaskit-mk-2/src/master/packages/core/tree/src/
I am using muuri-react and I want to make deep nested sortable list like in the image below I am using following code to generate nested list