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