|
2 | 2 |
|
3 | 3 | Input number control.
|
4 | 4 |
|
5 |
| -[![NPM version][npm-image]][npm-url] [](https://github.com/umijs/dumi) [![build status][github-actions-image]][github-actions-url] [![Test coverage][coveralls-image]][coveralls-url] [![npm download][download-image]][download-url] [![bundle size][bundlephobia-image]][bundlephobia-url] |
| 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] |
6 | 11 |
|
7 | 12 | [npm-image]: http://img.shields.io/npm/v/rc-input-number.svg?style=flat-square
|
8 | 13 | [npm-url]: http://npmjs.org/package/rc-input-number
|
| 14 | +[travis-image]: https://img.shields.io/travis/react-component/input-number/master?style=flat-square |
| 15 | +[travis-url]: https://travis-ci.com/react-component/input-number |
9 | 16 | [github-actions-image]: https://github.com/react-component/input-number/workflows/CI/badge.svg
|
10 | 17 | [github-actions-url]: https://github.com/react-component/input-number/actions
|
11 |
| -[circleci-image]: https://img.shields.io/circleci/react-component/input-number/master?style=flat-square |
12 |
| -[circleci-url]: https://circleci.com/gh/react-component/input-number |
13 |
| -[coveralls-image]: https://img.shields.io/coveralls/react-component/input-number.svg?style=flat-square |
14 |
| -[coveralls-url]: https://coveralls.io/r/react-component/input-number?branch=master |
| 18 | +[codecov-image]: https://img.shields.io/codecov/c/github/react-component/input-number/master.svg?style=flat-square |
| 19 | +[codecov-url]: https://app.codecov.io/gh/react-component/input-number |
15 | 20 | [david-url]: https://david-dm.org/react-component/input-number
|
16 | 21 | [david-image]: https://david-dm.org/react-component/input-number/status.svg?style=flat-square
|
17 | 22 | [david-dev-url]: https://david-dm.org/react-component/input-number?type=dev
|
18 | 23 | [david-dev-image]: https://david-dm.org/react-component/input-number/dev-status.svg?style=flat-square
|
19 | 24 | [download-image]: https://img.shields.io/npm/dm/rc-input-number.svg?style=flat-square
|
20 | 25 | [download-url]: https://npmjs.org/package/rc-input-number
|
21 |
| -[bundlephobia-url]: https://bundlephobia.com/result?p=rc-input-number |
| 26 | +[bundlephobia-url]: https://bundlephobia.com/package/rc-input-number |
22 | 27 | [bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-input-number
|
| 28 | +[dumi-url]: https://github.com/umijs/dumi |
| 29 | +[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square |
23 | 30 |
|
24 | 31 | ## Screenshots
|
25 | 32 |
|
|
0 commit comments