Package Exports
- rc-tree
- rc-tree/assets/index.css
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rc-tree) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rc-tree
tree ui component for react
Screenshots
Feature
- support ie8,ie8+,chrome,firefox,safari
Example
http://localhost:8008/examples/
online example: http://react-component.github.io/tree/examples/
install
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 | |
| iconEle | react node or null | custom icon | |
| showLine | bool | true | whether show line |
| checkable | bool | whether support checked | |
| onSelect | function |
Keyboard
- KeyDown/KeyUp
Development
npm install
npm startTest Case
http://localhost:8003/tests/runner.html?coverage
Coverage
License
rc-tree is released under the MIT license.
