Skip to content

pirate-barbosa/tree-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

js library to create family tree

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published