|
2 | 2 | <h1>@rc-component/dialog</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>💬 A composable dialog component for React.</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] [![npm download][download-image]][download-url] [![build status][github-actions-image]][github-actions-url] [![Codecov][codecov-image]][codecov-url] [![bundle size][bundlephobia-image]][bundlephobia-url] [![dumi][dumi-image]][dumi-url] |
13 | 5 |
|
| 6 | + <p> |
| 7 | + <a href="https://npmjs.org/package/@rc-component/dialog"><img alt="NPM version" src="https://img.shields.io/npm/v/@rc-component/dialog.svg?style=flat-square"></a> |
| 8 | + <a href="https://npmjs.org/package/@rc-component/dialog"><img alt="npm downloads" src="https://img.shields.io/npm/dm/@rc-component/dialog.svg?style=flat-square"></a> |
| 9 | + <a href="https://github.com/react-component/dialog/actions/workflows/react-component-ci.yml"><img alt="build status" src="https://github.com/react-component/dialog/actions/workflows/react-component-ci.yml/badge.svg"></a> |
| 10 | + <a href="https://app.codecov.io/gh/react-component/dialog"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/react-component/dialog/master.svg?style=flat-square"></a> |
| 11 | + <a href="https://bundlephobia.com/package/@rc-component/dialog"><img alt="bundle size" src="https://img.shields.io/bundlephobia/minzip/@rc-component/dialog?style=flat-square"></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> |
14 | 14 | </div> |
15 | 15 |
|
16 | | -[npm-image]: https://img.shields.io/npm/v/@rc-component/dialog.svg?style=flat-square |
17 | | -[npm-url]: https://npmjs.org/package/@rc-component/dialog |
18 | | -[github-actions-image]: https://github.com/react-component/dialog/actions/workflows/react-component-ci.yml/badge.svg |
19 | | -[github-actions-url]: https://github.com/react-component/dialog/actions/workflows/react-component-ci.yml |
20 | | -[codecov-image]: https://img.shields.io/codecov/c/github/react-component/dialog/master.svg?style=flat-square |
21 | | -[codecov-url]: https://app.codecov.io/gh/react-component/dialog |
22 | | -[download-image]: https://img.shields.io/npm/dm/@rc-component/dialog.svg?style=flat-square |
23 | | -[download-url]: https://npmjs.org/package/@rc-component/dialog |
24 | | -[bundlephobia-image]: https://img.shields.io/bundlephobia/minzip/%40rc-component%2Fdialog?style=flat-square |
25 | | -[bundlephobia-url]: https://bundlephobia.com/package/@rc-component/dialog |
26 | | -[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square |
27 | | -[dumi-url]: https://github.com/umijs/dumi |
| 16 | +<p align="center">English | <a href="./README.zh-CN.md">简体中文</a></p> |
28 | 17 |
|
29 | 18 | ## Highlights |
30 | 19 |
|
|
0 commit comments