mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 17:09:46 +08:00
17 lines
1.2 KiB
Markdown
17 lines
1.2 KiB
Markdown
---
|
|
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 came from React community:
|
|
|
|
* **Router: ** [react-router](https://github.com/ReactTraining/react-router)
|
|
* **Layout: ** [react-blocks](http://whoisandie.github.io/react-blocks/)
|
|
* **Drag and drop: ** [react-dnd](https://github.com/gaearon/react-dnd)
|
|
* **Editor: ** [react-codemirror](https://github.com/JedWatson/react-codemirror)
|
|
* **Color Picker: ** [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)
|
|
* **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**: [react-fa](https://github.com/andreypopp/react-fa)
|