|
2 | 2 | <h1>@rc-component/menu</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>🧭 Accessible React menu primitives for navigation, command surfaces, and nested item trees.</p> |
| 5 | + |
| 6 | + <p> |
| 7 | + <a href="https://npmjs.org/package/@rc-component/menu"><img alt="NPM version" src="https://img.shields.io/npm/v/@rc-component/menu.svg?style=flat-square"></a> |
| 8 | + <a href="https://npmjs.org/package/@rc-component/menu"><img alt="npm downloads" src="https://img.shields.io/npm/dm/@rc-component/menu.svg?style=flat-square"></a> |
| 9 | + <a href="https://github.com/react-component/menu/actions/workflows/react-component-ci.yml"><img alt="build status" src="https://github.com/react-component/menu/actions/workflows/react-component-ci.yml/badge.svg"></a> |
| 10 | + <a href="https://app.codecov.io/gh/react-component/menu"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/react-component/menu/master.svg?style=flat-square"></a> |
| 11 | + <a href="https://bundlephobia.com/package/@rc-component/menu"><img alt="bundle size" src="https://img.shields.io/bundlephobia/minzip/@rc-component/menu?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> |
5 | 14 | </div> |
6 | 15 |
|
7 | 16 | <p align="center">English | <a href="./README.zh-CN.md">简体中文</a></p> |
8 | 17 |
|
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 | | - |
13 | | -</div> |
14 | | - |
15 | 18 | ## Highlights |
16 | 19 |
|
17 | 20 | - Horizontal, vertical, and inline menu modes. |
@@ -179,16 +182,3 @@ The release flow is handled by `@rc-component/np` through the `rc-np` command af |
179 | 182 | ## License |
180 | 183 |
|
181 | 184 | @rc-component/menu is released under the [MIT](./LICENSE) license. |
182 | | - |
183 | | -[npm-image]: https://img.shields.io/npm/v/@rc-component/menu.svg?style=flat-square |
184 | | -[npm-url]: https://npmjs.org/package/@rc-component/menu |
185 | | -[github-actions-image]: https://github.com/react-component/menu/actions/workflows/react-component-ci.yml/badge.svg |
186 | | -[github-actions-url]: https://github.com/react-component/menu/actions/workflows/react-component-ci.yml |
187 | | -[codecov-image]: https://img.shields.io/codecov/c/github/react-component/menu/master.svg?style=flat-square |
188 | | -[codecov-url]: https://app.codecov.io/gh/react-component/menu |
189 | | -[download-image]: https://img.shields.io/npm/dm/@rc-component/menu.svg?style=flat-square |
190 | | -[download-url]: https://npmjs.org/package/@rc-component/menu |
191 | | -[bundlephobia-url]: https://bundlephobia.com/package/@rc-component/menu |
192 | | -[bundlephobia-image]: https://img.shields.io/bundlephobia/minzip/@rc-component/menu?style=flat-square |
193 | | -[dumi-url]: https://github.com/umijs/dumi |
194 | | -[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square |
0 commit comments