mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
docs: add Ant Design X and Web3 (#51767)
Some checks are pending
Publish Any Commit / build (push) Waiting to run
🔀 Sync mirror to Gitee / mirror (push) Waiting to run
✅ test / lint (push) Waiting to run
✅ test / test-react-legacy (16, 1/2) (push) Waiting to run
✅ test / test-react-legacy (16, 2/2) (push) Waiting to run
✅ test / test-react-legacy (17, 1/2) (push) Waiting to run
✅ test / test-react-legacy (17, 2/2) (push) Waiting to run
✅ test / test-node (push) Waiting to run
✅ test / test-react-latest (dom, 1/2) (push) Waiting to run
✅ test / test-react-latest (dom, 2/2) (push) Waiting to run
✅ test / test-react-latest-dist (dist, 1/2) (push) Blocked by required conditions
✅ test / test-react-latest-dist (dist, 2/2) (push) Blocked by required conditions
✅ test / test-react-latest-dist (dist-min, 1/2) (push) Blocked by required conditions
✅ test / test-react-latest-dist (dist-min, 2/2) (push) Blocked by required conditions
✅ test / test-coverage (push) Blocked by required conditions
✅ test / build (push) Waiting to run
✅ test / test lib/es module (es, 1/2) (push) Waiting to run
✅ test / test lib/es module (es, 2/2) (push) Waiting to run
✅ test / test lib/es module (lib, 1/2) (push) Waiting to run
✅ test / test lib/es module (lib, 2/2) (push) Waiting to run
👁️ Visual Regression Persist Start / test image (push) Waiting to run
Some checks are pending
Publish Any Commit / build (push) Waiting to run
🔀 Sync mirror to Gitee / mirror (push) Waiting to run
✅ test / lint (push) Waiting to run
✅ test / test-react-legacy (16, 1/2) (push) Waiting to run
✅ test / test-react-legacy (16, 2/2) (push) Waiting to run
✅ test / test-react-legacy (17, 1/2) (push) Waiting to run
✅ test / test-react-legacy (17, 2/2) (push) Waiting to run
✅ test / test-node (push) Waiting to run
✅ test / test-react-latest (dom, 1/2) (push) Waiting to run
✅ test / test-react-latest (dom, 2/2) (push) Waiting to run
✅ test / test-react-latest-dist (dist, 1/2) (push) Blocked by required conditions
✅ test / test-react-latest-dist (dist, 2/2) (push) Blocked by required conditions
✅ test / test-react-latest-dist (dist-min, 1/2) (push) Blocked by required conditions
✅ test / test-react-latest-dist (dist-min, 2/2) (push) Blocked by required conditions
✅ test / test-coverage (push) Blocked by required conditions
✅ test / build (push) Waiting to run
✅ test / test lib/es module (es, 1/2) (push) Waiting to run
✅ test / test lib/es module (es, 2/2) (push) Waiting to run
✅ test / test lib/es module (lib, 1/2) (push) Waiting to run
✅ test / test lib/es module (lib, 2/2) (push) Waiting to run
👁️ Visual Regression Persist Start / test image (push) Waiting to run
This commit is contained in:
parent
78cf6ac420
commit
cba1a66627
@ -101,6 +101,11 @@ const Footer: React.FC = () => {
|
|||||||
const col1 = {
|
const col1 = {
|
||||||
title: <FormattedMessage id="app.footer.resources" />,
|
title: <FormattedMessage id="app.footer.resources" />,
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
title: 'Ant Design X',
|
||||||
|
url: isZhCN ? 'https://ant-design-x.antgroup.com' : 'https://x.ant.design',
|
||||||
|
openExternal: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Ant Design Charts',
|
title: 'Ant Design Charts',
|
||||||
url: isZhCN ? 'https://ant-design-charts.antgroup.com' : 'https://charts.ant.design',
|
url: isZhCN ? 'https://ant-design-charts.antgroup.com' : 'https://charts.ant.design',
|
||||||
@ -112,7 +117,7 @@ const Footer: React.FC = () => {
|
|||||||
openExternal: true,
|
openExternal: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Ant Design Pro Components',
|
title: 'Pro Components',
|
||||||
url: 'https://procomponents.ant.design',
|
url: 'https://procomponents.ant.design',
|
||||||
openExternal: true,
|
openExternal: true,
|
||||||
},
|
},
|
||||||
@ -126,6 +131,11 @@ const Footer: React.FC = () => {
|
|||||||
url: isZhCN ? 'https://ant-design-mini.antgroup.com/' : 'https://mini.ant.design',
|
url: isZhCN ? 'https://ant-design-mini.antgroup.com/' : 'https://mini.ant.design',
|
||||||
openExternal: true,
|
openExternal: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Ant Design Web3',
|
||||||
|
url: isZhCN ? 'https://web3.antdigital.dev' : 'https://web3.ant.design',
|
||||||
|
openExternal: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Ant Design Landing',
|
title: 'Ant Design Landing',
|
||||||
description: <FormattedMessage id="app.footer.landing" />,
|
description: <FormattedMessage id="app.footer.landing" />,
|
||||||
@ -156,12 +166,6 @@ const Footer: React.FC = () => {
|
|||||||
url: 'https://qiankun.umijs.org',
|
url: 'https://qiankun.umijs.org',
|
||||||
openExternal: true,
|
openExternal: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'ahooks',
|
|
||||||
description: <FormattedMessage id="app.footer.hooks" />,
|
|
||||||
url: 'https://github.com/alibaba/hooks',
|
|
||||||
openExternal: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Ant Motion',
|
title: 'Ant Motion',
|
||||||
description: <FormattedMessage id="app.footer.motion" />,
|
description: <FormattedMessage id="app.footer.motion" />,
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
[![](https://opencollective.com/ant-design/tiers/sponsors.svg?avatarHeight=72)](https://opencollective.com/ant-design/contribute/sponsors-218/checkout) [![](https://opencollective.com/ant-design/tiers/backers.svg?avatarHeight=72)](https://opencollective.com/ant-design/contribute/backers-217/checkout)
|
[![](https://opencollective.com/ant-design/tiers/sponsors.svg?avatarHeight=72)](https://opencollective.com/ant-design/contribute/sponsors-218/checkout) [![](https://opencollective.com/ant-design/tiers/backers.svg?avatarHeight=72)](https://opencollective.com/ant-design/contribute/backers-217/checkout)
|
||||||
|
|
||||||
[npm-image]: http://img.shields.io/npm/v/antd.svg?style=flat-square
|
[npm-image]: https://img.shields.io/npm/v/antd.svg?style=flat-square
|
||||||
[npm-url]: http://npmjs.org/package/antd
|
[npm-url]: https://npmjs.org/package/antd
|
||||||
[github-action-image]: https://github.com/ant-design/ant-design/workflows/%E2%9C%85%20test/badge.svg
|
[github-action-image]: https://github.com/ant-design/ant-design/workflows/%E2%9C%85%20test/badge.svg
|
||||||
[github-action-url]: https://github.com/ant-design/ant-design/actions?query=workflow%3A%22%E2%9C%85+test%22
|
[github-action-url]: https://github.com/ant-design/ant-design/actions?query=workflow%3A%22%E2%9C%85+test%22
|
||||||
[codecov-image]: https://img.shields.io/codecov/c/github/ant-design/ant-design/master.svg?style=flat-square
|
[codecov-image]: https://img.shields.io/codecov/c/github/ant-design/ant-design/master.svg?style=flat-square
|
||||||
@ -65,7 +65,7 @@
|
|||||||
- 支持服务端渲染。
|
- 支持服务端渲染。
|
||||||
- [Electron](https://www.electronjs.org/)
|
- [Electron](https://www.electronjs.org/)
|
||||||
|
|
||||||
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Electron |
|
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="Edge" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)<br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)<br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)<br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)<br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)<br>Electron |
|
||||||
| --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- |
|
||||||
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
||||||
|
|
||||||
@ -115,18 +115,17 @@ export default App;
|
|||||||
|
|
||||||
- [首页](https://ant.design/)
|
- [首页](https://ant.design/)
|
||||||
- [所有组件](https://ant.design/components/overview-cn)
|
- [所有组件](https://ant.design/components/overview-cn)
|
||||||
- [Ant Design Pro](http://pro.ant.design/)
|
|
||||||
- [更新日志](CHANGELOG.zh-CN.md)
|
- [更新日志](CHANGELOG.zh-CN.md)
|
||||||
- [React 底层基础组件](http://react-component.github.io/)
|
- [React 底层基础组件](https://react-component.github.io/)
|
||||||
- [移动端组件](http://mobile.ant.design)
|
- [🆕 Ant Design X](https://x.ant.design/index-cn)
|
||||||
- [小程序组件](http://mini.ant.design)
|
- [Ant Design Pro](https://pro.ant.design/)
|
||||||
- [页面级组件](https://procomponents.ant.design)
|
- [Pro Components](https://procomponents.ant.design)
|
||||||
- [Ant Design 图表](https://charts.ant.design)
|
- [Ant Design Mobile](https://mobile.ant.design)
|
||||||
- [Ant Design 图标](https://github.com/ant-design/ant-design-icons)
|
- [Ant Design Mini](https://mini.ant.design)
|
||||||
- [Ant Design 色彩](https://github.com/ant-design/ant-design-colors)
|
- [Ant Design Charts](https://charts.ant.design)
|
||||||
- [首页模板集](https://landing.ant.design)
|
- [Ant Design Web3](https://web3.ant.design)
|
||||||
- [动效](https://motion.ant.design)
|
- [动效](https://motion.ant.design)
|
||||||
- [脚手架市场](http://scaffold.ant.design)
|
- [脚手架市场](https://scaffold.ant.design)
|
||||||
- [设计规范速查手册](https://github.com/ant-design/ant-design/wiki/Ant-Design-%E8%AE%BE%E8%AE%A1%E5%9F%BA%E7%A1%80%E7%AE%80%E7%89%88)
|
- [设计规范速查手册](https://github.com/ant-design/ant-design/wiki/Ant-Design-%E8%AE%BE%E8%AE%A1%E5%9F%BA%E7%A1%80%E7%AE%80%E7%89%88)
|
||||||
- [开发者说明](https://github.com/ant-design/ant-design/wiki/Development)
|
- [开发者说明](https://github.com/ant-design/ant-design/wiki/Development)
|
||||||
- [版本发布规则](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B)
|
- [版本发布规则](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B)
|
||||||
@ -153,7 +152,7 @@ $ npm start
|
|||||||
|
|
||||||
打开浏览器访问 http://127.0.0.1:8001 ,更多[本地开发文档](https://github.com/ant-design/ant-design/wiki/Development)。
|
打开浏览器访问 http://127.0.0.1:8001 ,更多[本地开发文档](https://github.com/ant-design/ant-design/wiki/Development)。
|
||||||
|
|
||||||
## 🤝 参与共建 [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
|
## 🤝 参与共建 [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
@ -188,7 +187,7 @@ $ npm start
|
|||||||
|
|
||||||
请参考[贡献指南](https://ant.design/docs/react/contributing-cn).
|
请参考[贡献指南](https://ant.design/docs/react/contributing-cn).
|
||||||
|
|
||||||
> 强烈推荐阅读 [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)、[《如何向开源社区提问题》](https://github.com/seajs/seajs/issues/545) 和 [《如何有效地报告 Bug》](http://www.chiark.greenend.org.uk/%7Esgtatham/bugs-cn.html)、[《如何向开源项目提交无法解答的问题》](https://zhuanlan.zhihu.com/p/25795393),更好的问题更容易获得帮助。
|
> 强烈推荐阅读 [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)、[《如何向开源社区提问题》](https://github.com/seajs/seajs/issues/545) 和 [《如何有效地报告 Bug》](https://www.chiark.greenend.org.uk/%7Esgtatham/bugs-cn.html)、[《如何向开源项目提交无法解答的问题》](https://zhuanlan.zhihu.com/p/25795393),更好的问题更容易获得帮助。
|
||||||
|
|
||||||
[![赞助链接](https://raw.githubusercontent.com/BoostIO/issuehunt-materials/master/v1/issuehunt-button-v1.svg)](https://issuehunt.io/repos/34526884)
|
[![赞助链接](https://raw.githubusercontent.com/BoostIO/issuehunt-materials/master/v1/issuehunt-button-v1.svg)](https://issuehunt.io/repos/34526884)
|
||||||
|
|
||||||
@ -201,7 +200,7 @@ $ npm start
|
|||||||
通过 Stack Overflow 或者 Segment Fault 提问时,建议加上 `antd` 标签。
|
通过 Stack Overflow 或者 Segment Fault 提问时,建议加上 `antd` 标签。
|
||||||
|
|
||||||
1. [GitHub Discussions](https://github.com/ant-design/ant-design/discussions)
|
1. [GitHub Discussions](https://github.com/ant-design/ant-design/discussions)
|
||||||
2. [Stack Overflow](http://stackoverflow.com/questions/tagged/antd)(英文)
|
2. [Stack Overflow](https://stackoverflow.com/questions/tagged/antd)(英文)
|
||||||
3. [Segment Fault](https://segmentfault.com/t/antd)(中文)
|
3. [Segment Fault](https://segmentfault.com/t/antd)(中文)
|
||||||
|
|
||||||
## Issue 赞助
|
## Issue 赞助
|
||||||
|
26
README.md
26
README.md
@ -18,8 +18,8 @@ An enterprise-class UI design language and React UI library.
|
|||||||
|
|
||||||
[![](https://opencollective.com/ant-design/tiers/sponsors.svg?avatarHeight=72)](https://opencollective.com/ant-design/contribute/sponsors-218/checkout) [![](https://opencollective.com/ant-design/tiers/backers.svg?avatarHeight=72)](https://opencollective.com/ant-design/contribute/backers-217/checkout)
|
[![](https://opencollective.com/ant-design/tiers/sponsors.svg?avatarHeight=72)](https://opencollective.com/ant-design/contribute/sponsors-218/checkout) [![](https://opencollective.com/ant-design/tiers/backers.svg?avatarHeight=72)](https://opencollective.com/ant-design/contribute/backers-217/checkout)
|
||||||
|
|
||||||
[npm-image]: http://img.shields.io/npm/v/antd.svg?style=flat-square
|
[npm-image]: https://img.shields.io/npm/v/antd.svg?style=flat-square
|
||||||
[npm-url]: http://npmjs.org/package/antd
|
[npm-url]: https://npmjs.org/package/antd
|
||||||
[github-action-image]: https://github.com/ant-design/ant-design/workflows/%E2%9C%85%20test/badge.svg
|
[github-action-image]: https://github.com/ant-design/ant-design/workflows/%E2%9C%85%20test/badge.svg
|
||||||
[github-action-url]: https://github.com/ant-design/ant-design/actions?query=workflow%3A%22%E2%9C%85+test%22
|
[github-action-url]: https://github.com/ant-design/ant-design/actions?query=workflow%3A%22%E2%9C%85+test%22
|
||||||
[codecov-image]: https://img.shields.io/codecov/c/github/ant-design/ant-design/master.svg?style=flat-square
|
[codecov-image]: https://img.shields.io/codecov/c/github/ant-design/ant-design/master.svg?style=flat-square
|
||||||
@ -63,7 +63,7 @@ An enterprise-class UI design language and React UI library.
|
|||||||
- Server-side Rendering
|
- Server-side Rendering
|
||||||
- [Electron](https://www.electronjs.org/)
|
- [Electron](https://www.electronjs.org/)
|
||||||
|
|
||||||
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Electron |
|
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="Edge" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)<br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)<br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)<br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)<br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)<br>Electron |
|
||||||
| --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- |
|
||||||
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
||||||
|
|
||||||
@ -98,18 +98,18 @@ export default () => (
|
|||||||
|
|
||||||
- [Home page](https://ant.design/)
|
- [Home page](https://ant.design/)
|
||||||
- [Components Overview](https://ant.design/components/overview)
|
- [Components Overview](https://ant.design/components/overview)
|
||||||
- [Ant Design Pro](http://pro.ant.design/)
|
|
||||||
- [Change Log](CHANGELOG.en-US.md)
|
- [Change Log](CHANGELOG.en-US.md)
|
||||||
- [rc-components](http://react-component.github.io/)
|
- [rc-components](https://react-component.github.io/)
|
||||||
- [Mobile UI](http://mobile.ant.design)
|
- [🆕 Ant Design X](https://x.ant.design/index-cn)
|
||||||
- [Mini Program UI](http://mini.ant.design)
|
- [Ant Design Pro](https://pro.ant.design/)
|
||||||
- [Ant Design Pro Components](https://procomponents.ant.design)
|
- [Pro Components](https://procomponents.ant.design)
|
||||||
|
- [Ant Design Mobile](https://mobile.ant.design)
|
||||||
|
- [Ant Design Mini](https://mini.ant.design)
|
||||||
- [Ant Design Charts](https://charts.ant.design)
|
- [Ant Design Charts](https://charts.ant.design)
|
||||||
- [Ant Design Icons](https://github.com/ant-design/ant-design-icons)
|
- [Ant Design Web3](https://web3.ant.design)
|
||||||
- [Ant Design Colors](https://github.com/ant-design/ant-design-colors)
|
|
||||||
- [Landing Pages](https://landing.ant.design)
|
- [Landing Pages](https://landing.ant.design)
|
||||||
- [Motion](https://motion.ant.design)
|
- [Ant Motion](https://motion.ant.design)
|
||||||
- [Scaffold Market](http://scaffold.ant.design)
|
- [Scaffold Market](https://scaffold.ant.design)
|
||||||
- [Developer Instruction](https://github.com/ant-design/ant-design/wiki/Development)
|
- [Developer Instruction](https://github.com/ant-design/ant-design/wiki/Development)
|
||||||
- [Versioning Release Note](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B)
|
- [Versioning Release Note](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B)
|
||||||
- [FAQ](https://ant.design/docs/react/faq)
|
- [FAQ](https://ant.design/docs/react/faq)
|
||||||
@ -134,7 +134,7 @@ $ npm start
|
|||||||
|
|
||||||
Open your browser and visit http://127.0.0.1:8001 , see more at [Development](https://github.com/ant-design/ant-design/wiki/Development).
|
Open your browser and visit http://127.0.0.1:8001 , see more at [Development](https://github.com/ant-design/ant-design/wiki/Development).
|
||||||
|
|
||||||
## 🤝 Contributing [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
|
## 🤝 Contributing [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -32,11 +32,11 @@ Following the Ant Design specification, we developed a React UI library `antd` (
|
|||||||
- Server-side Rendering
|
- Server-side Rendering
|
||||||
- [Electron](https://www.electronjs.org/)
|
- [Electron](https://www.electronjs.org/)
|
||||||
|
|
||||||
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Electron |
|
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="Edge" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Opera | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Electron |
|
||||||
| --- | --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- | --- |
|
||||||
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
||||||
|
|
||||||
Polyfills are needed for IE browsers. We recommend [@babel/preset-env](https://babeljs.io/docs/en/babel-preset-env) for it. You can set `targets` config if you are using [umi](http://umijs.org/).
|
Polyfills are needed for IE browsers. We recommend [@babel/preset-env](https://babeljs.io/docs/en/babel-preset-env) for it. You can set `targets` config if you are using [umi](https://umijs.org/).
|
||||||
|
|
||||||
> Dropped support of IE8 after `antd@2.0`. Dropped support of React 15 and IE9/10 after `antd@4.0`. Dropped support of IE after `antd@5.0`.
|
> Dropped support of IE8 after `antd@2.0`. Dropped support of React 15 and IE9/10 after `antd@4.0`. Dropped support of IE after `antd@5.0`.
|
||||||
|
|
||||||
@ -92,17 +92,19 @@ export default App;
|
|||||||
- [Home page](/)
|
- [Home page](/)
|
||||||
- [China Mirrors](https://github.com/ant-design/ant-design/issues/25661)
|
- [China Mirrors](https://github.com/ant-design/ant-design/issues/25661)
|
||||||
- [Components](/components/overview)
|
- [Components](/components/overview)
|
||||||
- [Ant Design Pro](https://pro.ant.design/)
|
|
||||||
- [Ant Design Pro Components](https://procomponents.ant.design/)
|
|
||||||
- [Ant Design Charts](https://charts.ant.design)
|
|
||||||
- [Change Log](/changelog)
|
- [Change Log](/changelog)
|
||||||
- [rc-components](https://react-component.github.io/)
|
- [rc-components](https://react-component.github.io/)
|
||||||
- [Mobile Components](https://mobile.ant.design)
|
|
||||||
- [Mini Program Components](https://mini.ant.design)
|
|
||||||
- [Ant Design Icons](https://github.com/ant-design/ant-design-icons)
|
- [Ant Design Icons](https://github.com/ant-design/ant-design-icons)
|
||||||
- [Ant Design Colors](https://github.com/ant-design/ant-design-colors)
|
- [Ant Design Colors](https://github.com/ant-design/ant-design-colors)
|
||||||
|
- [🆕 Ant Design X](https://x.ant.design/index-cn)
|
||||||
|
- [Ant Design Pro](https://pro.ant.design/)
|
||||||
|
- [Pro Components](https://procomponents.ant.design)
|
||||||
|
- [Ant Design Mobile](https://mobile.ant.design)
|
||||||
|
- [Ant Design Mini](https://mini.ant.design)
|
||||||
|
- [Ant Design Charts](https://charts.ant.design)
|
||||||
|
- [Ant Design Web3](https://web3.ant.design)
|
||||||
- [Landing Pages](https://landing.ant.design)
|
- [Landing Pages](https://landing.ant.design)
|
||||||
- [Motion](https://motion.ant.design)
|
- [Ant Motion](https://motion.ant.design)
|
||||||
- [Scaffold Market](https://scaffold.ant.design)
|
- [Scaffold Market](https://scaffold.ant.design)
|
||||||
- [Developer Instruction](https://github.com/ant-design/ant-design/wiki/Development)
|
- [Developer Instruction](https://github.com/ant-design/ant-design/wiki/Development)
|
||||||
- [Versioning Release Note](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B)
|
- [Versioning Release Note](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B)
|
||||||
@ -124,12 +126,12 @@ Ant Design is widely used for building enterprise-level websites both domestical
|
|||||||
|
|
||||||
Please read our [CONTRIBUTING.md](https://github.com/ant-design/ant-design/blob/master/.github/CONTRIBUTING.md) first.
|
Please read our [CONTRIBUTING.md](https://github.com/ant-design/ant-design/blob/master/.github/CONTRIBUTING.md) first.
|
||||||
|
|
||||||
If you'd like to help us improve antd, just create a [Pull Request](https://github.com/ant-design/ant-design/pulls). Feel free to report bugs and issues [here](http://new-issue.ant.design/).
|
If you'd like to help us improve antd, just create a [Pull Request](https://github.com/ant-design/ant-design/pulls). Feel free to report bugs and issues [here](https://new-issue.ant.design/).
|
||||||
|
|
||||||
> If you're new to posting issues, we ask that you read [_How To Ask Questions The Smart Way_](http://www.catb.org/~esr/faqs/smart-questions.html) and [How to Ask a Question in Open Source Community](https://github.com/seajs/seajs/issues/545) and [How to Report Bugs Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html) prior to posting. Well written bug reports help us help you!
|
> If you're new to posting issues, we ask that you read [_How To Ask Questions The Smart Way_](https://www.catb.org/~esr/faqs/smart-questions.html) and [How to Ask a Question in Open Source Community](https://github.com/seajs/seajs/issues/545) and [How to Report Bugs Effectively](https://www.chiark.greenend.org.uk/~sgtatham/bugs.html) prior to posting. Well written bug reports help us help you!
|
||||||
|
|
||||||
## Need Help?
|
## Need Help?
|
||||||
|
|
||||||
For questions on how to use antd, please post questions to [GitHub Discussions](https://github.com/ant-design/ant-design/discussions) using the `Q&A` tag or [<img alt="Stack Overflow" src="https://cdn.sstatic.net/Sites/stackoverflow/company/img/logos/so/so-logo.svg?v=2bb144720a66" width="140" />](http://stackoverflow.com/questions/tagged/antd) using the `antd` tag.
|
For questions on how to use antd, please post questions to [GitHub Discussions](https://github.com/ant-design/ant-design/discussions) using the `Q&A` tag or [<img alt="Stack Overflow" src="https://cdn.sstatic.net/Sites/stackoverflow/company/img/logos/so/so-logo.svg?v=2bb144720a66" width="140" />](https://stackoverflow.com/questions/tagged/antd) using the `antd` tag.
|
||||||
|
|
||||||
As always, we encourage experienced users to help those who are not familiar with `antd`!
|
As always, we encourage experienced users to help those who are not familiar with `antd`!
|
||||||
|
@ -32,11 +32,11 @@ title: Ant Design of React
|
|||||||
- 支持服务端渲染。
|
- 支持服务端渲染。
|
||||||
- [Electron](https://www.electronjs.org/)
|
- [Electron](https://www.electronjs.org/)
|
||||||
|
|
||||||
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Electron |
|
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="Edge" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Opera | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Electron |
|
||||||
| --- | --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- | --- |
|
||||||
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
||||||
|
|
||||||
对于 IE 系列浏览器,需要提供相应的 Polyfill 支持,建议使用 [@babel/preset-env](https://babeljs.io/docs/en/babel-preset-env) 来解决浏览器兼容问题。如果你在使用 [umi](http://umijs.org/),可以直接使用 [targets](https://umijs.org/docs/api/config#targets) 配置。
|
对于 IE 系列浏览器,需要提供相应的 Polyfill 支持,建议使用 [@babel/preset-env](https://babeljs.io/docs/en/babel-preset-env) 来解决浏览器兼容问题。如果你在使用 [umi](https://umijs.org/),可以直接使用 [targets](https://umijs.org/docs/api/config#targets) 配置。
|
||||||
|
|
||||||
> `antd@2.0` 之后不再支持 IE8。 `antd@4.0` 之后不再支持 React 15 和 IE9/10。 `antd@5.0` 之后不再支持 IE。
|
> `antd@2.0` 之后不再支持 IE8。 `antd@4.0` 之后不再支持 React 15 和 IE9/10。 `antd@5.0` 之后不再支持 IE。
|
||||||
|
|
||||||
@ -92,17 +92,19 @@ export default App;
|
|||||||
- [首页](/index-cn)
|
- [首页](/index-cn)
|
||||||
- [所有组件](/components/overview-cn)
|
- [所有组件](/components/overview-cn)
|
||||||
- [国内镜像](https://github.com/ant-design/ant-design/issues/25661)
|
- [国内镜像](https://github.com/ant-design/ant-design/issues/25661)
|
||||||
- [Ant Design Pro](https://pro.ant.design/)
|
|
||||||
- [Ant Design Pro Components](https://procomponents.ant.design/)
|
|
||||||
- [Ant Design Charts](https://charts.ant.design)
|
|
||||||
- [更新日志](/changelog)
|
- [更新日志](/changelog)
|
||||||
- [React 底层基础组件](https://react-component.github.io/)
|
- [React 底层基础组件](https://react-component.github.io/)
|
||||||
|
- [Ant Design Icons](https://github.com/ant-design/ant-design-icons)
|
||||||
|
- [Ant Design Colors](https://github.com/ant-design/ant-design-colors)
|
||||||
|
- [🆕 Ant Design X](https://x.ant.design/index-cn)
|
||||||
|
- [Ant Design Pro](https://pro.ant.design/)
|
||||||
|
- [Pro Components](https://procomponents.ant.design)
|
||||||
- [Ant Design Mobile](https://mobile.ant.design)
|
- [Ant Design Mobile](https://mobile.ant.design)
|
||||||
- [Ant Design Mini](https://mini.ant.design)
|
- [Ant Design Mini](https://mini.ant.design)
|
||||||
- [Ant Design 图标](https://github.com/ant-design/ant-design-icons)
|
- [Ant Design Charts](https://charts.ant.design)
|
||||||
- [Ant Design 色彩](https://github.com/ant-design/ant-design-colors)
|
- [Ant Design Web3](https://web3.ant.design)
|
||||||
- [首页模板集](https://landing.ant.design)
|
|
||||||
- [动效](https://motion.ant.design)
|
- [动效](https://motion.ant.design)
|
||||||
|
- [首页模板集](https://landing.ant.design)
|
||||||
- [脚手架市场](https://scaffold.ant.design)
|
- [脚手架市场](https://scaffold.ant.design)
|
||||||
- [设计规范速查手册](https://github.com/ant-design/ant-design/wiki/Ant-Design-%E8%AE%BE%E8%AE%A1%E5%9F%BA%E7%A1%80%E7%AE%80%E7%89%88)
|
- [设计规范速查手册](https://github.com/ant-design/ant-design/wiki/Ant-Design-%E8%AE%BE%E8%AE%A1%E5%9F%BA%E7%A1%80%E7%AE%80%E7%89%88)
|
||||||
- [开发者说明](https://github.com/ant-design/ant-design/wiki/Development)
|
- [开发者说明](https://github.com/ant-design/ant-design/wiki/Development)
|
||||||
@ -123,9 +125,9 @@ Ant Design 广泛用于国内外的企业级网站搭建,可以查看 [wappaly
|
|||||||
|
|
||||||
## 如何贡献
|
## 如何贡献
|
||||||
|
|
||||||
在任何形式的参与前,请先阅读 [贡献者文档](https://github.com/ant-design/ant-design/blob/master/.github/CONTRIBUTING.md)。如果你希望参与贡献,欢迎提交 [Pull Request](https://github.com/ant-design/ant-design/pulls),或给我们 [报告 Bug](http://new-issue.ant.design/)。
|
在任何形式的参与前,请先阅读 [贡献者文档](https://github.com/ant-design/ant-design/blob/master/.github/CONTRIBUTING.md)。如果你希望参与贡献,欢迎提交 [Pull Request](https://github.com/ant-design/ant-design/pulls),或给我们 [报告 Bug](https://new-issue.ant.design/)。
|
||||||
|
|
||||||
> 强烈推荐阅读 [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)、[《如何向开源社区提问题》](https://github.com/seajs/seajs/issues/545) 和 [《如何有效地报告 Bug》](http://www.chiark.greenend.org.uk/%7Esgtatham/bugs-cn.html)、[《如何向开源项目提交无法解答的问题》](https://zhuanlan.zhihu.com/p/25795393),更好的问题更容易获得帮助。
|
> 强烈推荐阅读 [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)、[《如何向开源社区提问题》](https://github.com/seajs/seajs/issues/545) 和 [《如何有效地报告 Bug》](https://www.chiark.greenend.org.uk/%7Esgtatham/bugs-cn.html)、[《如何向开源项目提交无法解答的问题》](https://zhuanlan.zhihu.com/p/25795393),更好的问题更容易获得帮助。
|
||||||
|
|
||||||
## 社区互助
|
## 社区互助
|
||||||
|
|
||||||
@ -136,5 +138,5 @@ Ant Design 广泛用于国内外的企业级网站搭建,可以查看 [wappaly
|
|||||||
通过 Stack Overflow 或者 Segment Fault 提问时,建议加上 `antd` 标签。
|
通过 Stack Overflow 或者 Segment Fault 提问时,建议加上 `antd` 标签。
|
||||||
|
|
||||||
1. [GitHub Discussions](https://github.com/ant-design/ant-design/discussions)
|
1. [GitHub Discussions](https://github.com/ant-design/ant-design/discussions)
|
||||||
2. [<img alt="Stack Overflow" src="https://cdn.sstatic.net/Sites/stackoverflow/company/img/logos/so/so-logo.svg?v=2bb144720a66" width="140" />](http://stackoverflow.com/questions/tagged/antd) (English)
|
2. [<img alt="Stack Overflow" src="https://cdn.sstatic.net/Sites/stackoverflow/company/img/logos/so/so-logo.svg?v=2bb144720a66" width="140" />](https://stackoverflow.com/questions/tagged/antd) (English)
|
||||||
3. [<img alt="Segment Fault" src="https://gw.alipayobjects.com/zos/rmsportal/hfYFfCvHTQTUKntlJbMF.svg" width="100" />](https://segmentfault.com/t/antd)(中文)
|
3. [<img alt="Segment Fault" src="https://gw.alipayobjects.com/zos/rmsportal/hfYFfCvHTQTUKntlJbMF.svg" width="100" />](https://segmentfault.com/t/antd)(中文)
|
||||||
|
@ -19,7 +19,7 @@ title: Third-Party Libraries
|
|||||||
| Code Editor | [react-codemirror2](https://github.com/scniro/react-codemirror2) [react-monaco-editor](https://github.com/react-monaco-editor/react-monaco-editor) |
|
| Code Editor | [react-codemirror2](https://github.com/scniro/react-codemirror2) [react-monaco-editor](https://github.com/react-monaco-editor/react-monaco-editor) |
|
||||||
| Rich Text Editor | [react-quill](https://github.com/zenoamaro/react-quill) |
|
| Rich Text Editor | [react-quill](https://github.com/zenoamaro/react-quill) |
|
||||||
| JSON Viewer | [react-json-view](https://github.com/mac-s-g/react-json-view) |
|
| JSON Viewer | [react-json-view](https://github.com/mac-s-g/react-json-view) |
|
||||||
| Color Picker | [react-colorful](https://github.com/omgovich/react-colorful) [react-color](http://casesandberg.github.io/react-color/) |
|
| Color Picker | [react-colorful](https://github.com/omgovich/react-colorful) [react-color](https://casesandberg.github.io/react-color/) |
|
||||||
| Media Query | [react-responsive](https://github.com/contra/react-responsive) |
|
| Media Query | [react-responsive](https://github.com/contra/react-responsive) |
|
||||||
| Copy to clipboard | [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard) |
|
| Copy to clipboard | [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard) |
|
||||||
| Document head manager | [react-helmet-async](https://github.com/staylor/react-helmet-async) |
|
| Document head manager | [react-helmet-async](https://github.com/staylor/react-helmet-async) |
|
||||||
@ -31,7 +31,7 @@ title: Third-Party Libraries
|
|||||||
| Markdown renderer | [react-markdown](https://remarkjs.github.io/react-markdown/) |
|
| Markdown renderer | [react-markdown](https://remarkjs.github.io/react-markdown/) |
|
||||||
| Infinite Scroll | [rc-virtual-list](https://github.com/react-component/virtual-list/) [react-infinite-scroll-component](https://github.com/ankeetmaini/react-infinite-scroll-component) |
|
| Infinite Scroll | [rc-virtual-list](https://github.com/react-component/virtual-list/) [react-infinite-scroll-component](https://github.com/ankeetmaini/react-infinite-scroll-component) |
|
||||||
| Map | [google-map-react](https://github.com/istarkov/google-map-react) [@uiw/react-amap](https://github.com/uiwjs/react-amap) |
|
| Map | [google-map-react](https://github.com/istarkov/google-map-react) [@uiw/react-amap](https://github.com/uiwjs/react-amap) |
|
||||||
| Video | [react-player](https://github.com/CookPete/react-player) [video-react](https://github.com/video-react/video-react) [video.js](http://docs.videojs.com/tutorial-react.html) |
|
| Video | [react-player](https://github.com/CookPete/react-player) [video-react](https://github.com/video-react/video-react) [video.js](https://docs.videojs.com/tutorial-react.html) |
|
||||||
| Context Menu | [react-contexify](https://github.com/fkhadra/react-contexify) |
|
| Context Menu | [react-contexify](https://github.com/fkhadra/react-contexify) |
|
||||||
| Emoji | [emoji-mart](https://github.com/missive/emoji-mart) |
|
| Emoji | [emoji-mart](https://github.com/missive/emoji-mart) |
|
||||||
| Split View | [react-split-pane](https://github.com/tomkp/react-split-pane) [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) |
|
| Split View | [react-split-pane](https://github.com/tomkp/react-split-pane) [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) |
|
||||||
|
@ -20,7 +20,7 @@ title: 社区精选组件
|
|||||||
| 富文本编辑器 | [react-quill](https://github.com/zenoamaro/react-quill) |
|
| 富文本编辑器 | [react-quill](https://github.com/zenoamaro/react-quill) |
|
||||||
| JSON 编辑器 | [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor) |
|
| JSON 编辑器 | [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor) |
|
||||||
| JSON 显示器 | [react-json-view](https://github.com/mac-s-g/react-json-view) |
|
| JSON 显示器 | [react-json-view](https://github.com/mac-s-g/react-json-view) |
|
||||||
| 拾色器 | [react-colorful](https://github.com/omgovich/react-colorful) [react-color](http://casesandberg.github.io/react-color/) |
|
| 拾色器 | [react-colorful](https://github.com/omgovich/react-colorful) [react-color](https://casesandberg.github.io/react-color/) |
|
||||||
| 响应式 | [react-responsive](https://github.com/contra/react-responsive) |
|
| 响应式 | [react-responsive](https://github.com/contra/react-responsive) |
|
||||||
| 复制到剪贴板 | [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard) |
|
| 复制到剪贴板 | [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard) |
|
||||||
| 页面 meta 属性 | [react-helmet-async](https://github.com/staylor/react-helmet-async) |
|
| 页面 meta 属性 | [react-helmet-async](https://github.com/staylor/react-helmet-async) |
|
||||||
@ -32,7 +32,7 @@ title: 社区精选组件
|
|||||||
| Markdown 渲染 | [react-markdown](https://remarkjs.github.io/react-markdown/) |
|
| Markdown 渲染 | [react-markdown](https://remarkjs.github.io/react-markdown/) |
|
||||||
| 无限滚动 | [rc-virtual-list](https://github.com/react-component/virtual-list/) [react-infinite-scroll-component](https://github.com/ankeetmaini/react-infinite-scroll-component) |
|
| 无限滚动 | [rc-virtual-list](https://github.com/react-component/virtual-list/) [react-infinite-scroll-component](https://github.com/ankeetmaini/react-infinite-scroll-component) |
|
||||||
| 地图 | [google-map-react](https://github.com/istarkov/google-map-react) [@uiw/react-amap 高德地图](https://github.com/uiwjs/react-amap) |
|
| 地图 | [google-map-react](https://github.com/istarkov/google-map-react) [@uiw/react-amap 高德地图](https://github.com/uiwjs/react-amap) |
|
||||||
| 视频播放 | [react-player](https://github.com/CookPete/react-player) [video-react](https://github.com/video-react/video-react) [video.js](http://docs.videojs.com/tutorial-react.html) |
|
| 视频播放 | [react-player](https://github.com/CookPete/react-player) [video-react](https://github.com/video-react/video-react) [video.js](https://docs.videojs.com/tutorial-react.html) |
|
||||||
| 右键菜单 | [react-contexify](https://github.com/fkhadra/react-contexify) |
|
| 右键菜单 | [react-contexify](https://github.com/fkhadra/react-contexify) |
|
||||||
| Emoji | [emoji-mart](https://github.com/missive/emoji-mart) |
|
| Emoji | [emoji-mart](https://github.com/missive/emoji-mart) |
|
||||||
| 分割面板 | [react-split-pane](https://github.com/tomkp/react-split-pane) [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) |
|
| 分割面板 | [react-split-pane](https://github.com/tomkp/react-split-pane) [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) |
|
||||||
|
Loading…
Reference in New Issue
Block a user