rmc-cascade-select
v0.2.0
Published
m-cascade-select ui component for react
Downloads
2
Maintainers
Readme
rmc-cascade-select
React MCascadeSelect Component
Screenshots
Development
npm install
npm start
Example
http://localhost:8000/examples/
online example: http://react-component.github.io/m-cascade-select/examples/
install
Usage
见 example
API
props
| name | description | type | default | |----------|----------------|----------|--------------| |className | additional css class of root dom node | String | '' | |prefixCls | prefix class | String | '' | |onChange | fire when change the selector's item | Function | '' | |onOk | fire when finish select the selector | Function | '' | |onCancel | fire when cancel select the selector | Function | '' |
Test Case
http://localhost:8000/tests/runner.html?coverage
Coverage
http://localhost:8000/node_modules/rc-server/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:8000/tests/runner.html?coverage
License
rmc-cascade-select is released under the MIT license.