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