|
1 |
| -# form |
2 |
| -React Form High Order Component |
| 1 | +# rc-form |
| 2 | +--- |
| 3 | + |
| 4 | +React High Order Form Component |
| 5 | + |
| 6 | + |
| 7 | +[![NPM version][npm-image]][npm-url] |
| 8 | +[![build status][travis-image]][travis-url] |
| 9 | +[![Test coverage][coveralls-image]][coveralls-url] |
| 10 | +[![gemnasium deps][gemnasium-image]][gemnasium-url] |
| 11 | +[![node version][node-image]][node-url] |
| 12 | +[![npm download][download-image]][download-url] |
| 13 | + |
| 14 | +[npm-image]: http://img.shields.io/npm/v/rc-form.svg?style=flat-square |
| 15 | +[npm-url]: http://npmjs.org/package/rc-form |
| 16 | +[travis-image]: https://img.shields.io/travis/react-component/form.svg?style=flat-square |
| 17 | +[travis-url]: https://travis-ci.org/react-component/form |
| 18 | +[coveralls-image]: https://img.shields.io/coveralls/react-component/form.svg?style=flat-square |
| 19 | +[coveralls-url]: https://coveralls.io/r/react-component/form?branch=master |
| 20 | +[gemnasium-image]: http://img.shields.io/gemnasium/react-component/form.svg?style=flat-square |
| 21 | +[gemnasium-url]: https://gemnasium.com/react-component/form |
| 22 | +[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square |
| 23 | +[node-url]: http://nodejs.org/download/ |
| 24 | +[download-image]: https://img.shields.io/npm/dm/rc-form.svg?style=flat-square |
| 25 | +[download-url]: https://npmjs.org/package/rc-form |
| 26 | + |
| 27 | + |
| 28 | +## Browser Support |
| 29 | + |
| 30 | +| |  |  |  | | |
| 31 | +| --- | --- | --- | --- | --- | |
| 32 | +| IE 8+ ✔ | Chrome 31.0+ ✔ | Firefox 31.0+ ✔ | Opera 30.0+ ✔ | Safari 7.0+ ✔ | |
| 33 | + |
| 34 | + |
| 35 | +## Development |
| 36 | + |
| 37 | +``` |
| 38 | +npm install |
| 39 | +npm start |
| 40 | +``` |
| 41 | + |
| 42 | +## Example |
| 43 | + |
| 44 | +http://localhost:8000/examples/ |
| 45 | + |
| 46 | + |
| 47 | +online example: http://react-component.github.io/form/examples/ |
| 48 | + |
| 49 | + |
| 50 | +## Feature |
| 51 | + |
| 52 | +* support ie8,ie8+,chrome,firefox,safari |
| 53 | + |
| 54 | +### Keyboard |
| 55 | + |
| 56 | + |
| 57 | +## install |
| 58 | + |
| 59 | + |
| 60 | +[](https://npmjs.org/package/rc-form) |
| 61 | + |
| 62 | + |
| 63 | +## Usage |
| 64 | + |
| 65 | +```js |
| 66 | +``` |
| 67 | + |
| 68 | +## API |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | +## Test Case |
| 73 | + |
| 74 | +http://localhost:8000/tests/runner.html?coverage |
| 75 | + |
| 76 | +## Coverage |
| 77 | + |
| 78 | +http://localhost:8000/node_modules/rc-server/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:8000/tests/runner.html?coverage |
| 79 | + |
| 80 | +## License |
| 81 | + |
| 82 | +rc-form is released under the MIT license. |
0 commit comments