|
1 | 1 | # rc-picker |
2 | 2 |
|
3 | | -[![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Codecov][codecov-image]][codecov-url] [![david deps][david-image]][david-url] [![david devDeps][david-dev-image]][david-dev-url] [![npm download][download-image]][download-url] |
| 3 | +[![NPM version][npm-image]][npm-url] |
| 4 | +[![build status][travis-image]][travis-url] |
| 5 | +[![Codecov][codecov-image]][codecov-url] |
| 6 | +[![Dependencies][david-image]][david-url] |
| 7 | +[![DevDependencies][david-dev-image]][david-dev-url] |
| 8 | +[![npm download][download-image]][download-url] |
| 9 | +[![bundle size][bundlephobia-image]][bundlephobia-url] |
4 | 10 |
|
5 | 11 | [npm-image]: http://img.shields.io/npm/v/rc-picker.svg?style=flat-square |
6 | 12 | [npm-url]: http://npmjs.org/package/rc-picker |
7 | 13 | [travis-image]: https://img.shields.io/travis/com/react-component/picker.svg?style=flat-square |
8 | 14 | [travis-url]: https://travis-ci.com/react-component/picker |
9 | 15 | [codecov-image]: https://img.shields.io/codecov/c/github/react-component/picker/master.svg?style=flat-square |
10 | 16 | [codecov-url]: https://codecov.io/gh/react-component/picker/branch/master |
| 17 | +[david-url]: https://david-dm.org/react-component/picker |
11 | 18 | [david-image]: https://david-dm.org/react-component/picker/status.svg?style=flat-square |
12 | 19 | [david-dev-url]: https://david-dm.org/react-component/picker?type=dev |
13 | 20 | [david-dev-image]: https://david-dm.org/react-component/picker/dev-status.svg?style=flat-square |
14 | | -[david-url]: https://david-dm.org/react-component/picker |
15 | 21 | [download-image]: https://img.shields.io/npm/dm/rc-picker.svg?style=flat-square |
16 | 22 | [download-url]: https://npmjs.org/package/rc-picker |
| 23 | +[bundlephobia-url]: https://bundlephobia.com/result?p=rc-picker |
| 24 | +[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-picker |
17 | 25 |
|
18 | 26 | ## Live Demo |
19 | 27 |
|
|
0 commit comments