React Spider Component

npm install
npm starthttp://localhost:8000/examples/
online example: http://react-component.github.io/spider/
var Spider = require('rc-spider');
var React = require('react');
React.render(<Spider />, container);| name | type | default | description |
|---|---|---|---|
| className | String | additional css class of root dom node |
npm test
npm run chrome-testnpm run coverageopen coverage/ dir
rc-spider is released under the MIT license.