From 8d91206da170f8cb08c0599d0bedf817b6afa936 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 15 Jan 2017 15:14:54 +0800 Subject: [PATCH] Add react-fa --- docs/react/recommendation.en-US.md | 3 ++- docs/react/recommendation.zh-CN.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/react/recommendation.en-US.md b/docs/react/recommendation.en-US.md index 86c7b63fd..40ed80ca0 100644 --- a/docs/react/recommendation.en-US.md +++ b/docs/react/recommendation.en-US.md @@ -3,7 +3,7 @@ order: 7 title: Third-Party Library --- -`antd` is designed to provide high-quality React UI components which following Ant Design Specification. So, we are not going to implement other functions which are not relative to `antd`'s target, and recommend to use excellent third-party library which are provided by React community: +`antd` is designed to provide high-quality React UI components which following Ant Design Specification. So, we are not going to implement other functions which are not relative to `antd`'s target, and recommend to use excellent third-party library which came from React community: * **Router: ** [react-router](https://github.com/ReactTraining/react-router) * **Layout: ** [react-blocks](http://whoisandie.github.io/react-blocks/) @@ -13,3 +13,4 @@ title: Third-Party Library * **Media Query: ** [react-responsive](https://github.com/contra/react-responsive), [react-media](https://github.com/ReactTraining/react-media) * **Copy to clipboard: ** [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard) * **Document head manager: ** [react-helmet](https://github.com/nfl/react-helmet) +* **Font Awesome Icons**: https://github.com/andreypopp/react-fa diff --git a/docs/react/recommendation.zh-CN.md b/docs/react/recommendation.zh-CN.md index 1f9a689df..9986241df 100644 --- a/docs/react/recommendation.zh-CN.md +++ b/docs/react/recommendation.zh-CN.md @@ -13,3 +13,4 @@ title: 社区精选组件 * **Media Query:** [react-responsive](https://github.com/contra/react-responsive)、[react-media](https://github.com/ReactTraining/react-media) * **复制到剪贴板:** [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard) * **管理 document head:** [react-helmet](https://github.com/nfl/react-helmet) +* **Font Awesome 图标**: https://github.com/andreypopp/react-fa