tree-widget

tree widget using react


Keywords
tree widget react
License
MIT
Install
npm install tree-widget@3.0.7

Documentation

tree-widget

A simple react tree widget inspired by tree-view where the css is copied from!

usage

  var Tree = require('tree-widget')(react)
  <Tree onSelect={fn} root={root}/>

example

js-standard-style

Try it out! view on requirebin