You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
1.1 KiB

---
order: 7
title: 社区精选组件
---
`antd` 是 Ant Design 设计规范的 React 实现,所以我们倾向于只提供符合该规范、且带有视觉展现的 UI 组件,也尽量不重复造轮子。我们推荐使用以下社区已有的优秀实现,与 antd 形成互补:
* **路由:** [react-router](https://github.com/ReactTraining/react-router)
* **布局:** [react-blocks](http://whoisandie.github.io/react-blocks/)
* **拖拽:** [react-dnd](https://github.com/gaearon/react-dnd)
* **编辑器:** [react-codemirror](https://github.com/JedWatson/react-codemirror)
* **拾色器:** [rc-color-picker](https://github.com/react-component/color-picker)、[react-color](http://casesandberg.github.io/react-color/)
* **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 图标**: [react-fa](https://github.com/andreypopp/react-fa)