treez
v3.0.14
Published
tree widget using yo-yo
Downloads
19
Keywords
Readme
treez
A simple tree widget inspired by tree-view where the css is copied from! using yo-yo
example
var widget = require('treez')({
root: root,
onSelect: (selected) => console.log('selected', selected),
onOpen: (opened) => console.log('opened', opened)
})
window.document.body.appendChild(widget.el)
see full-example