Vue components of a tree that can be used for the frontend of all KNIME web projects.
npm install @knime/virtual-treeKNIME's Tree component. Used in other consuming @knime packages. Based on
A demo for the virtual tree can be found here:
To install the @knime/virtual-tree package, you can use npm:
``bash`
npm install @knime/virtual-tree
To use the virtual tree in your project, you can import it as follows:
`javascript``
import { Tree } from "@knime/virtual-tree";