0.0.1-beta2 • Published 8 years ago

react-ui-treeview v0.0.1-beta2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

react-ui-treeview

Build Status

Package "react-ui-treeview" is a simple implementation of treeview component that follow react way.

You could see some code examples here

Requirements:

  • Render tree container
  • Render tree nodes
  • Collapsable node groups
  • Make bundle without peer dependencies inside
  • Add unit-tests
  • Nodes onClick support
  • Support custom icons
  • Render toolbar
  • Support default toolbar buttons: Collapse all and Expand all
  • Support custom buttons (Such as add, delete)
  • Write full documentation
  • Add componentShouldUpdate property to components
  • Add performance metrics to readme file