Skip to content

Commit 882958b

Browse files
authored
Update README.md
1 parent c70526d commit 882958b

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,31 @@
22

33
Input number control.
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] [![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]
611

712
[npm-image]: http://img.shields.io/npm/v/rc-input-number.svg?style=flat-square
813
[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
916
[github-actions-image]: https://github.com/react-component/input-number/workflows/CI/badge.svg
1017
[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
1520
[david-url]: https://david-dm.org/react-component/input-number
1621
[david-image]: https://david-dm.org/react-component/input-number/status.svg?style=flat-square
1722
[david-dev-url]: https://david-dm.org/react-component/input-number?type=dev
1823
[david-dev-image]: https://david-dm.org/react-component/input-number/dev-status.svg?style=flat-square
1924
[download-image]: https://img.shields.io/npm/dm/rc-input-number.svg?style=flat-square
2025
[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
2227
[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
2330

2431
## Screenshots
2532

0 commit comments

Comments
 (0)