react-complex-tree
react-complex-tree copied to clipboard
Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop
Tried to install this on a React v18 project and it doesn't work. Is there an updated version of this? I'm looking for a TreeView nav for my app that...
Bumps [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) from 6.5.14 to 8.0.9. Release notes Sourced from @storybook/addon-docs's releases. v8.0.9 8.0.9 Addon-docs: Fix MDX compilation when using @vitejs/plugin-react-swc with plugins - #26837, thanks @JReinhold! CSF: Fix typings...
Hi, I would like to know how to drag and drop a node from a tree into a reactflow scene to become a node of reactflow. Thanks!
**InteractionManagerProvider.tsx:33** Uncaught TypeError: a.createContext is not a function at 6981 (InteractionManagerProvider.tsx:33:39) at e (bootstrap:19:32) at 5144 (ControlledTreeEnvironment.tsx:40:36) at e (bootstrap:19:32) at 5447 (Tree.tsx:40:35) at e (bootstrap:19:32) at 3735 (TreeItemChildren.tsx:9:14) at...
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) from 6.5.14 to 8.0.9. Release notes Sourced from @storybook/addon-a11y's releases. v8.0.9 8.0.9 Addon-docs: Fix MDX compilation when using @vitejs/plugin-react-swc with plugins - #26837, thanks @JReinhold! CSF: Fix typings...
Bumps [@blueprintjs/core](https://github.com/palantir/blueprint/tree/HEAD/packages/core) from 4.11.5 to 5.10.2. Release notes Sourced from @blueprintjs/core's releases. v5.0.0-alpha.0 First pre-release version of v5.0.0, published to NPM with the next tag. This release contains all the...
Solves #338 added itemsHeightArray to replace ItemHeight and refactored the code using this new const to make the drag and drop functions use a dynamic height of each tree's exact...
Can you please add the OnContextMenu feature in the tree for each folder and item
Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 3.13.6 to 4.0.2. Release notes Sourced from typedoc-plugin-markdown's releases. [email protected] Patch Changes Fix symbol url anchors when "flattenOutputFiles" is "true" (#616) Normalize line breaks and tags within...
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) from 6.5.14 to 8.1.1. Release notes Sourced from @storybook/addon-a11y's releases. v8.1.1 8.1.1 Docgen: Only add react-docgen info when a component is defined in the file - #26967, thanks...