11# rc-checkbox
22---
33
4- React Checkbox.
4+ React Checkbox component .
55
66[ ![ NPM version] [ npm-image ]] [ npm-url ]
7+ [ ![ npm download] [ download-image ]] [ download-url ]
78[ ![ build status] [ travis-image ]] [ travis-url ]
8- [ ![ Test coverage] [ coveralls -image]] [ coveralls -url]
9+ [ ![ Test coverage] [ codecov -image]] [ codecov -url]
910[ ![ Dependencies] ( https://img.shields.io/david/react-component/checkbox.svg?style=flat-square )] ( https://david-dm.org/react-component/checkbox )
1011[ ![ DevDependencies] ( https://img.shields.io/david/dev/react-component/checkbox.svg?style=flat-square )] ( https://david-dm.org/react-component/checkbox?type=dev )
11- [ ![ npm download] [ download-image ]] [ download-url ]
1212
1313[ npm-image ] : http://img.shields.io/npm/v/rc-checkbox.svg?style=flat-square
1414[ npm-url ] : http://npmjs.org/package/rc-checkbox
1515[ travis-image ] : https://img.shields.io/travis/react-component/checkbox.svg?style=flat-square
1616[ travis-url ] : https://travis-ci.org/react-component/checkbox
17- [ coveralls -image] : https://img.shields.io/coveralls /react-component/checkbox.svg?style=flat-square
18- [ coveralls -url] : https://coveralls .io/r /react-component/checkbox?branch=master
17+ [ codecov -image] : https://img.shields.io/codecov /react-component/checkbox.svg?style=flat-square
18+ [ codecov -url] : https://codecov .io/gh /react-component/checkbox
1919[ download-image ] : https://img.shields.io/npm/dm/rc-checkbox.svg?style=flat-square
2020[ download-url ] : https://npmjs.org/package/rc-checkbox
2121
@@ -91,7 +91,7 @@ npm install
9191npm start
9292```
9393
94- ## Example
94+ ## Examples
9595
9696http://localhost:8001/examples/
9797
@@ -101,18 +101,15 @@ online example: http://react-component.github.io/checkbox/examples/simple.html
101101
102102```
103103npm test
104- npm run chrome-test
105104```
106105
107106## Coverage
108107
109108```
110109npm run coverage
110+ open coverage
111111```
112112
113- open coverage/ dir
114-
115-
116113## License
117114
118115rc-checkbox is released under the MIT license.
0 commit comments