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