Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 246 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 246 Bytes

tree-js

🚧 WIP - This is a minimal js library to build family trees in UI.

let options = {
  id: "#root-tree",
  rootTitle: 'component'
};

let rootTree = new Tree(options);

rootTree.buildTree(data);

TODO

  • [] pass styles