Skip to content

Commit 0166330

Browse files
authored
Update README.md
1 parent 37f4320 commit 0166330

1 file changed

Lines changed: 21 additions & 8 deletions

File tree

README.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,31 @@
22

33
React Virtual List Component which worked with animation.
44

5-
[![NPM version][npm-image]][npm-url] [![dumi](https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square)](https://github.com/umijs/dumi) [![build status][github-actions-image]][github-actions-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-component/virtual-list.svg?style=flat-square
8-
[npm-url]: http://npmjs.org/package/@rc-component/virtual-list
5+
[![NPM version][npm-image]][npm-url]
6+
[![npm download][download-image]][download-url]
7+
[![build status][github-actions-image]][github-actions-url]
8+
[![Codecov][codecov-image]][codecov-url]
9+
[![bundle size][bundlephobia-image]][bundlephobia-url]
10+
[![dumi][dumi-image]][dumi-url]
11+
12+
[npm-image]: https://img.shields.io/npm/v/@rc-component/virtual-list.svg?style=flat-square
13+
[npm-url]: https://npmjs.org/package/@rc-component/virtual-list
14+
[travis-image]: https://img.shields.io/travis/react-component/virtual-list/master?style=flat-square
15+
[travis-url]: https://travis-ci.com/react-component/virtual-list
916
[github-actions-image]: https://github.com/react-component/virtual-list/actions/workflows/main.yml/badge.svg
1017
[github-actions-url]: https://github.com/react-component/virtual-list/actions/workflows/main.yml
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/
18+
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/virtual-list/master.svg?style=flat-square
19+
[codecov-url]: https://app.codecov.io/gh/react-component/virtual-list
20+
[david-url]: https://david-dm.org/react-component/virtual-list
21+
[david-image]: https://david-dm.org/react-component/virtual-list/status.svg?style=flat-square
22+
[david-dev-url]: https://david-dm.org/react-component/virtual-list?type=dev
23+
[david-dev-image]: https://david-dm.org/react-component/virtual-list/dev-status.svg?style=flat-square
1524
[download-image]: https://img.shields.io/npm/dm/@rc-component/virtual-list.svg?style=flat-square
1625
[download-url]: https://npmjs.org/package/@rc-component/virtual-list
26+
[bundlephobia-url]: https://bundlephobia.com/package/@rc-component/virtual-list
27+
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/@rc-component/virtual-list
28+
[dumi-url]: https://github.com/umijs/dumi
29+
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
1730

1831
## Online Preview
1932

0 commit comments

Comments
 (0)