|
2 | 2 |
|
3 | 3 | React table component with useful functions. |
4 | 4 |
|
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] |
6 | 12 |
|
7 | 13 | [npm-image]: http://img.shields.io/npm/v/rc-table.svg?style=flat-square |
8 | 14 | [npm-url]: http://npmjs.org/package/rc-table |
9 | 15 | [travis-image]: https://img.shields.io/travis/react-component/table.svg?style=flat-square |
10 | 16 | [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 |
11 | 19 | [codecov-image]: https://img.shields.io/codecov/c/github/react-component/table/master.svg?style=flat-square |
12 | 20 | [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 |
13 | 25 | [download-image]: https://img.shields.io/npm/dm/rc-table.svg?style=flat-square |
14 | 26 | [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 |
15 | 29 |
|
16 | 30 | ## install |
17 | 31 |
|
|
0 commit comments