UNPKG

@egeonu/tree

Version:

Tree package for building Tree UI compoenent. It includes a fully customizable react component, stand-alone object builder and a custome HTML element. ## Getting Started `npm i @egeonu/tree` ## Usage A few examples of useful commands and/or tasks. #

5 lines 203 B
import ReactTree from "./ReactTree.js"; export default ReactTree; export { TreeBuilder } from "./TreeBuilder.js"; export { TreeNodeElement } from "./TreeNodeElement.js"; //# sourceMappingURL=index.js.map