react-ui-treeview
v0.0.1-beta2
Published
Simple implementation of treeview component that follow react way
Downloads
15
Readme
react-ui-treeview
Package "react-ui-treeview" is a simple implementation of treeview component that follow react way.
You could see some code examples here
Requirements:
- [x] Render tree container
- [x] Render tree nodes
- [x] Collapsable node groups
- [ ] Make bundle without peer dependencies inside
- [ ] Add unit-tests
- [ ] Nodes
onClicksupport - [ ] Support custom icons
- [ ] Render toolbar
- [ ] Support default toolbar buttons:
Collapse allandExpand all - [ ] Support custom buttons (Such as
add,delete) - [ ] Write full documentation
- [ ] Add
componentShouldUpdateproperty to components - [ ] Add performance metrics to readme file
