Skip to content

Commit d1369d2

Browse files
authored
Update README.md
1 parent 80fdf76 commit d1369d2

1 file changed

Lines changed: 20 additions & 5 deletions

File tree

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,31 @@
44

55
Align source html element with target html element flexibly.
66

7-
[![NPM version][npm-image]][npm-url] [![Test coverage][coveralls-image]][coveralls-url] [![npm download][download-image]][download-url] ![Build Status](https://github.com/react-component/dom-align/actions/workflows/ci.yml/badge.svg) [![@rc-component/dom-align](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/bfy1u3&style=flat&logo=cypress)](https://cloud.cypress.io/projects/bfy1u3/runs)
7+
[![NPM version][npm-image]][npm-url]
8+
[![npm download][download-image]][download-url]
9+
[![build status][github-actions-image]][github-actions-url]
10+
[![Codecov][codecov-image]][codecov-url]
11+
[![bundle size][bundlephobia-image]][bundlephobia-url]
12+
[![dumi][dumi-image]][dumi-url]
813

914
[npm-image]: http://img.shields.io/npm/v/@rc-component/dom-align.svg?style=flat-square
1015
[npm-url]: http://npmjs.org/package/@rc-component/dom-align
11-
[coveralls-image]: https://img.shields.io/coveralls/react-component/dom-align.svg?style=flat-square
12-
[coveralls-url]: https://coveralls.io/r/react-component/dom-align?branch=main
13-
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
14-
[node-url]: http://nodejs.org/download/
16+
[travis-image]: https://img.shields.io/travis/react-component/dom-align/master?style=flat-square
17+
[travis-url]: https://travis-ci.com/react-component/dom-align
18+
[github-actions-image]: https://github.com/react-component/dom-align/workflows/CI/badge.svg
19+
[github-actions-url]: https://github.com/react-component/dom-align/actions
20+
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/dom-align/master.svg?style=flat-square
21+
[codecov-url]: https://app.codecov.io/gh/react-component/dom-align
22+
[david-url]: https://david-dm.org/react-component/dom-align
23+
[david-image]: https://david-dm.org/react-component/dom-align/status.svg?style=flat-square
24+
[david-dev-url]: https://david-dm.org/react-component/dom-align?type=dev
25+
[david-dev-image]: https://david-dm.org/react-component/dom-align/dev-status.svg?style=flat-square
1526
[download-image]: https://img.shields.io/npm/dm/@rc-component/dom-align.svg?style=flat-square
1627
[download-url]: https://npmjs.org/package/@rc-component/dom-align
28+
[bundlephobia-url]: https://bundlephobia.com/package/@rc-component/dom-align
29+
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/@rc-component/dom-align
30+
[dumi-url]: https://github.com/umijs/dumi
31+
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
1732

1833
## Screenshot
1934

0 commit comments

Comments
 (0)