Skip to content

Commit cbc7f1a

Browse files
authored
docs: Add badge
1 parent 07fde4c commit cbc7f1a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
# rc-virtual-list
22

3-
React Virtual List Component which worked with `rc-animation`.
3+
React Virtual List Component which worked with `rc-animation`.
4+
5+
[![NPM version][npm-image]][npm-url] [![build status][circleci-image]][circleci-url] [![Test coverage][coveralls-image]][coveralls-url] [![node version][node-image]][node-url] [![npm download][download-image]][download-url]
6+
7+
[npm-image]: http://img.shields.io/npm/v/rc-virtual-list.svg?style=flat-square
8+
[npm-url]: http://npmjs.org/package/rc-virtual-list
9+
[circleci-image]: https://img.shields.io/circleci/build/github/react-component/virtual-list/master.svg?style=flat-square
10+
[circleci-url]: https://circleci.com/gh/react-component/virtual-list/tree/master
11+
[coveralls-image]: https://img.shields.io/codecov/c/github/react-component/virtual-list/master.svg?style=flat-square
12+
[coveralls-url]: https://codecov.io/gh/react-component/virtual-list
13+
[node-image]: https://img.shields.io/badge/node.js-%3E=_6.0-green.svg?style=flat-square
14+
[node-url]: http://nodejs.org/download/
15+
[download-image]: https://img.shields.io/npm/dm/rc-virtual-list.svg?style=flat-square
16+
[download-url]: https://npmjs.org/package/rc-virtual-list

0 commit comments

Comments
 (0)