Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-ui-treeview

vkuschenko24MIT0.0.1-beta2

Simple implementation of treeview component that follow react way

readme

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:

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