mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
Add react-fa
This commit is contained in:
parent
abd264ebf0
commit
8d91206da1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user