react-ui-tree

React tree component
This project was initially developed for a webpage builder. It maintains an
internal tree structure within the component through
js-tree.
Demo
https://pqx.github.io/react-ui-tree
Installation
npm install react-ui-tree --save
Usage
<Tree
paddingLeft={20}
tree={this.state.tree}
onChange={this.handleChange}
renderNode={this.renderNode}
/>
{
"module": "react-ui-tree",
"children": [{
"collapsed": true,
"module": "dist",
"children": [{
"module": "node.js"
}]
}]
}
check app.js
for a working example
Development
License
MIT