3.0.14 • Published 7 years ago

treez v3.0.14

Weekly downloads
23
License
MIT
Repository
github
Last release
7 years ago

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

3.0.14

7 years ago

3.0.13

7 years ago

3.0.12

7 years ago

3.0.11

7 years ago

3.0.10

7 years ago

3.0.9

7 years ago

3.0.8

8 years ago

3.0.7

8 years ago

3.0.6

8 years ago

3.0.5

8 years ago

3.0.4

8 years ago

3.0.3

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago