treez

3.0.14 • Public • Published

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

js-standard-style

Try it out! view on requirebin

Dependents (0)

Package Sidebar

Install

npm i treez

Weekly Downloads

3

Version

3.0.14

License

MIT

Last publish

Collaborators

  • jameskyburz
  • rippedspine