Skip to content

Commit 435e79c

Browse files
authored
Update README.md
1 parent 952a09f commit 435e79c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,30 @@
22

33
React table component with useful functions.
44

5-
[![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][codecov-image]][codecov-url] [![npm download][download-image]][download-url]
5+
[![NPM version][npm-image]][npm-url]
6+
[![build status][travis-image]][travis-url]
7+
[![Test coverage][coveralls-image]][coveralls-url]
8+
[![Dependencies][david-image]][david-url]
9+
[![DevDependencies][david-dev-image]][david-dev-url]
10+
[![npm download][download-image]][download-url]
11+
[![bundle size][bundlephobia-image]][bundlephobia-url]
612

713
[npm-image]: http://img.shields.io/npm/v/rc-table.svg?style=flat-square
814
[npm-url]: http://npmjs.org/package/rc-table
915
[travis-image]: https://img.shields.io/travis/react-component/table.svg?style=flat-square
1016
[travis-url]: https://travis-ci.org/react-component/table
17+
[coveralls-image]: https://img.shields.io/coveralls/react-component/table.svg?style=flat-square
18+
[coveralls-url]: https://coveralls.io/r/react-component/table?branch=master
1119
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/table/master.svg?style=flat-square
1220
[codecov-url]: https://codecov.io/gh/react-component/table/branch/master
21+
[david-url]: https://david-dm.org/react-component/table
22+
[david-image]: https://david-dm.org/react-component/table/status.svg?style=flat-square
23+
[david-dev-url]: https://david-dm.org/react-component/table?type=dev
24+
[david-dev-image]: https://david-dm.org/react-component/table/dev-status.svg?style=flat-square
1325
[download-image]: https://img.shields.io/npm/dm/rc-table.svg?style=flat-square
1426
[download-url]: https://npmjs.org/package/rc-table
27+
[bundlephobia-url]: https://bundlephobia.com/result?p=rc-table
28+
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-table
1529

1630
## install
1731

0 commit comments

Comments
 (0)