# spider **Repository Path**: mirrors_react-component/spider ## Basic Information - **Project Name**: spider - **Description**: React Tree Diagrams - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rc-spider --- React Spider Component [![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![gemnasium deps][gemnasium-image]][gemnasium-url] [![npm download][download-image]][download-url] [npm-image]: http://img.shields.io/npm/v/rc-spider.svg?style=flat-square [npm-url]: http://npmjs.org/package/rc-spider [travis-image]: https://img.shields.io/travis/react-component/spider.svg?style=flat-square [travis-url]: https://travis-ci.org/react-component/spider [coveralls-image]: https://img.shields.io/coveralls/react-component/spider.svg?style=flat-square [coveralls-url]: https://coveralls.io/r/react-component/spider?branch=master [gemnasium-image]: http://img.shields.io/gemnasium/react-component/spider.svg?style=flat-square [gemnasium-url]: https://gemnasium.com/react-component/spider [node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square [node-url]: http://nodejs.org/download/ [download-image]: https://img.shields.io/npm/dm/rc-spider.svg?style=flat-square [download-url]: https://npmjs.org/package/rc-spider ## Screenshots ## Development ``` npm install npm start ``` ## Example http://localhost:8000/examples/ online example: http://react-component.github.io/spider/ ## install [![rc-spider](https://nodei.co/npm/rc-spider.png)](https://npmjs.org/package/rc-spider) ## Usage ```js var Spider = require('rc-spider'); var React = require('react'); React.render(, container); ``` ## API ### props
name type default description
className String additional css class of root dom node
## Test Case ``` npm test npm run chrome-test ``` ## Coverage ``` npm run coverage ``` open coverage/ dir ## License rc-spider is released under the MIT license.