|
2 | 2 | <h1>@rc-component/mutate-observer</h1> |
3 | 3 | <p><sub><img alt="Ant Design" height="14" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg" style="vertical-align: -0.125em;" /> Part of the Ant Design ecosystem.</sub></p> |
4 | 4 | <p>👁️ React wrapper and hook for observing DOM mutations with a typed MutationObserver API.</p> |
5 | | -</div> |
6 | | - |
7 | | -<p align="center">English | <a href="./README.zh-CN.md">简体中文</a></p> |
8 | | - |
9 | | - |
10 | | -<div align="center"> |
11 | | - |
12 | | -[![NPM version][npm-image]][npm-url] |
13 | | -[![npm download][download-image]][download-url] |
14 | | -[![build status][github-actions-image]][github-actions-url] |
15 | | -[![Codecov][codecov-image]][codecov-url] |
16 | | -[![bundle size][bundlephobia-image]][bundlephobia-url] |
17 | | -[![dumi][dumi-image]][dumi-url] |
18 | 5 |
|
| 6 | + <p> |
| 7 | + <a href="https://npmjs.org/package/@rc-component/mutate-observer"><img alt="NPM version" src="https://img.shields.io/npm/v/@rc-component/mutate-observer.svg?style=flat-square"></a> |
| 8 | + <a href="https://npmjs.org/package/@rc-component/mutate-observer"><img alt="npm downloads" src="https://img.shields.io/npm/dm/@rc-component/mutate-observer.svg?style=flat-square"></a> |
| 9 | + <a href="https://github.com/react-component/mutate-observer/actions/workflows/react-component-ci.yml"><img alt="build status" src="https://github.com/react-component/mutate-observer/actions/workflows/react-component-ci.yml/badge.svg"></a> |
| 10 | + <a href="https://app.codecov.io/gh/react-component/mutate-observer"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/react-component/mutate-observer/master.svg?style=flat-square"></a> |
| 11 | + <a href="https://bundlephobia.com/package/@rc-component/mutate-observer"><img alt="bundle size" src="https://badgen.net/bundlephobia/minzip/@rc-component/mutate-observer"></a> |
| 12 | + <a href="https://github.com/umijs/dumi"><img alt="dumi" src="https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square"></a> |
| 13 | + </p> |
19 | 14 | </div> |
20 | 15 |
|
| 16 | +<p align="center">English | <a href="./README.zh-CN.md">简体中文</a></p> |
21 | 17 |
|
22 | 18 | ## Highlights |
23 | 19 |
|
@@ -115,16 +111,3 @@ The release flow is handled by `@rc-component/np` through the `rc-np` command af |
115 | 111 | ## License |
116 | 112 |
|
117 | 113 | @rc-component/mutate-observer is released under the [MIT](./LICENSE) license. |
118 | | - |
119 | | -[npm-image]: https://img.shields.io/npm/v/@rc-component/mutate-observer.svg?style=flat-square |
120 | | -[npm-url]: https://npmjs.org/package/@rc-component/mutate-observer |
121 | | -[github-actions-image]: https://github.com/react-component/mutate-observer/actions/workflows/react-component-ci.yml/badge.svg |
122 | | -[github-actions-url]: https://github.com/react-component/mutate-observer/actions/workflows/react-component-ci.yml |
123 | | -[codecov-image]: https://img.shields.io/codecov/c/github/react-component/mutate-observer/master.svg?style=flat-square |
124 | | -[codecov-url]: https://app.codecov.io/gh/react-component/mutate-observer |
125 | | -[download-image]: https://img.shields.io/npm/dm/@rc-component/mutate-observer.svg?style=flat-square |
126 | | -[download-url]: https://npmjs.org/package/@rc-component/mutate-observer |
127 | | -[bundlephobia-url]: https://bundlephobia.com/package/@rc-component/mutate-observer |
128 | | -[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/@rc-component/mutate-observer |
129 | | -[dumi-url]: https://github.com/umijs/dumi |
130 | | -[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square |
0 commit comments