@knime/virtual-tree
v1.2.16
Published
Vue components of a tree that can be used for the frontend of all KNIME web projects.
Downloads
2,593
Readme
@knime/virtual-tree
KNIME's Tree component. Used in other consuming @knime
packages. Based on https://github.com/lycHub/ysx-library/
Demo
A demo for the virtual tree can be found here: https://knime.github.io/webapps-common/?q=Tree
Installation
To install the @knime/virtual-tree
package, you can use npm:
npm install @knime/virtual-tree
Usage
To use the virtual tree in your project, you can import it as follows:
import { Tree } from "@knime/virtual-tree";