/tree

Tree UI Component For React

Primary LanguageJavaScript

rc-tree


tree ui component for react

NPM version SPM version build status Test coverage gemnasium deps node version npm download Sauce Test Status

Sauce Test Status

Screenshots

Feature

  • support ie8,ie8+,chrome,firefox,safari

Keyboard

  • KeyDown/KeyUp

install

rc-tree

Usage

var Rctree = require('rc-tree');
var React = require('react');
React.render(<Rctree />, container);

API

props

name type default description
className String additional css class of root dom node
expanded bool whether expand the tree node
icon bool custom icon
onSelect function
function

Development

npm install
npm start

Example

http://localhost:8003/examples/

online example: http://react-component.github.io/tree/build/examples/

Test Case

http://localhost:8003/tests/runner.html?coverage

Coverage

http://localhost:8003/node_modules/rc-server/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:8003/tests/runner.html?coverage

License

rc-tree is released under the MIT license.