|
2 | 2 | <h1>@rc-component/table</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>📋 Low-level table primitives for React, maintained in the Ant Design ecosystem.</p> |
| 5 | + |
| 6 | + <p> |
| 7 | + <a href="https://npmjs.org/package/@rc-component/table"><img alt="NPM version" src="https://img.shields.io/npm/v/@rc-component/table.svg?style=flat-square"></a> |
| 8 | + <a href="https://npmjs.org/package/@rc-component/table"><img alt="npm downloads" src="https://img.shields.io/npm/dm/@rc-component/table.svg?style=flat-square"></a> |
| 9 | + <a href="https://github.com/react-component/table/actions/workflows/main.yml"><img alt="build status" src="https://github.com/react-component/table/actions/workflows/main.yml/badge.svg"></a> |
| 10 | + <a href="https://codecov.io/gh/react-component/table/branch/master"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/react-component/table/master.svg?style=flat-square"></a> |
| 11 | + <a href="https://bundlephobia.com/result?p=@rc-component/table"><img alt="bundle size" src="https://badgen.net/bundlephobia/minzip/@rc-component/table"></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 | - Flexible column, summary, fixed header, sticky, expandable row, and virtual table support. |
@@ -194,16 +197,3 @@ This package is part of the React Component organization and is maintained along |
194 | 197 | ## License |
195 | 198 |
|
196 | 199 | @rc-component/table is released under the [MIT](./LICENSE) license. |
197 | | - |
198 | | -[npm-image]: https://img.shields.io/npm/v/@rc-component/table.svg?style=flat-square |
199 | | -[npm-url]: https://npmjs.org/package/@rc-component/table |
200 | | -[github-actions-image]: https://github.com/react-component/table/actions/workflows/main.yml/badge.svg |
201 | | -[github-actions-url]: https://github.com/react-component/table/actions/workflows/main.yml |
202 | | -[codecov-image]: https://img.shields.io/codecov/c/github/react-component/table/master.svg?style=flat-square |
203 | | -[codecov-url]: https://codecov.io/gh/react-component/table/branch/master |
204 | | -[download-image]: https://img.shields.io/npm/dm/@rc-component/table.svg?style=flat-square |
205 | | -[download-url]: https://npmjs.org/package/@rc-component/table |
206 | | -[bundlephobia-url]: https://bundlephobia.com/result?p=@rc-component/table |
207 | | -[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/@rc-component/table |
208 | | -[dumi-url]: https://github.com/umijs/dumi |
209 | | -[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square |
0 commit comments