From b689c9044cdc19886f5d9556468dae7472778a6d Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 2 Jun 2020 15:59:32 +0800 Subject: [PATCH] docs: :book: update recommendation page --- components/overview/index.en-US.md | 2 +- components/overview/index.zh-CN.md | 2 +- docs/react/recommendation.en-US.md | 5 +++-- docs/react/recommendation.zh-CN.md | 5 +++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/components/overview/index.en-US.md b/components/overview/index.en-US.md index 70ee6ea39e..04eeec3946 100644 --- a/components/overview/index.en-US.md +++ b/components/overview/index.en-US.md @@ -4,4 +4,4 @@ title: Components Overview type: Overview --- -`antd` provides plenty of UI components to enrich your web applications, and we will improve components expirerence consistently. +`antd` provides plenty of UI components to enrich your web applications, and we will improve components expirerence consistently. We also recommand some great [Third-Party Libraries](/docs/react/recommendation) additionlly. diff --git a/components/overview/index.zh-CN.md b/components/overview/index.zh-CN.md index a469e249e1..f73d7df694 100644 --- a/components/overview/index.zh-CN.md +++ b/components/overview/index.zh-CN.md @@ -4,4 +4,4 @@ title: 组件总览 type: 组件总览 --- -`antd` 为 Web 应用提供了丰富的基础 UI 组件,我们还将持续探索企业级应用的最佳 UI 实践。 +`antd` 为 Web 应用提供了丰富的基础 UI 组件,我们还将持续探索企业级应用的最佳 UI 实践。除了官方组件,我们也提供了[社区精选组件](/docs/react/recommendation)作为必要的补充。 diff --git a/docs/react/recommendation.en-US.md b/docs/react/recommendation.en-US.md index b2a0ab58b0..094f520f64 100644 --- a/docs/react/recommendation.en-US.md +++ b/docs/react/recommendation.en-US.md @@ -3,7 +3,7 @@ order: 9 title: Third-Party Libraries --- -`antd` is designed to provide high-quality React UI components which follow the Ant Design Specification. So, we are not going to implement other functions which are not relative to `antd`'s target, and recommend using the excellent third-party library which have come from the React community: +`antd` is built to implement [a set of high-quality React UI components](/components/overview) which follow Ant Design specification. It is impossible to include all useful components in one package, so we also recommend that using other great third-party libraries in React community. | Category | Recommended Components | | --- | --- | @@ -32,9 +32,10 @@ title: Third-Party Libraries | Context Menu | [react-contextmenu](https://github.com/vkbansal/react-contextmenu/) [react-contexify](https://github.com/fkhadra/react-contexify) | | Emoji | [emoji-mart](https://github.com/missive/emoji-mart) | | Split View | [react-split-pane](https://github.com/tomkp/react-split-pane) | -| Image Crop | [react-image-crop](https://github.com/DominicTobias/react-image-crop) | +| Image Crop | [antd-img-crop](https://github.com/nanxiaobei/antd-img-crop) [react-image-crop](https://github.com/DominicTobias/react-image-crop) | | Trend Lines | [react-sparklines](https://github.com/borisyankov/react-sparklines) | | Keywords highlight | [react-highlight-words](https://github.com/bvaughn/react-highlight-words) | +| Text Loop | [react-text-loop](https://github.com/braposo/react-text-loop) | | Animation | [react-move](https://github.com/react-tools/react-move) [Ant Motion](https://motion.ant.design/components/tween-one) [react-spring](https://www.react-spring.io) | ## Products we are using ✨ diff --git a/docs/react/recommendation.zh-CN.md b/docs/react/recommendation.zh-CN.md index 54bb290415..aa227454e2 100644 --- a/docs/react/recommendation.zh-CN.md +++ b/docs/react/recommendation.zh-CN.md @@ -3,7 +3,7 @@ order: 9 title: 社区精选组件 --- -`antd` 是 Ant Design 设计规范的 React 实现,所以我们倾向于只提供符合该规范、且带有视觉展现的 UI 组件,也尽量不重复造轮子。我们推荐使用以下社区已有的优秀实现,与 antd 形成互补: +`antd` 是基于 Ant Design 设计规范实现的 [高质量 React 组件库](/components/overview),我们倾向于只提供符合该规范且带有视觉展现的 UI 组件,也尽量不重复造轮子。我们推荐使用以下社区已有的优秀实现,与 antd 形成互补。 | 类型 | 推荐组件 | | --- | --- | @@ -32,9 +32,10 @@ title: 社区精选组件 | 右键菜单 | [react-contextmenu](https://github.com/vkbansal/react-contextmenu/) [react-contexify](https://github.com/fkhadra/react-contexify) | | Emoji | [emoji-mart](https://github.com/missive/emoji-mart) | | 分割面板 | [react-split-pane](https://github.com/tomkp/react-split-pane) | -| 图片裁切 | [react-image-crop](https://github.com/DominicTobias/react-image-crop) | +| 图片裁切 | [antd-img-crop](https://github.com/nanxiaobei/antd-img-crop) [react-image-crop](https://github.com/DominicTobias/react-image-crop) | | 趋势线 | [react-sparklines](https://github.com/borisyankov/react-sparklines) | | 关键字高亮 | [react-highlight-words](https://github.com/bvaughn/react-highlight-words) | +| 文字轮播 | [react-text-loop](https://github.com/braposo/react-text-loop) | | 动画 | [react-move](https://github.com/react-tools/react-move) [Ant Motion](https://motion.ant.design/components/tween-one) [react-spring](https://www.react-spring.io) | ## 推荐产品 ✨