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.2 KiB

---
order: 7
title: Third-Party Library
---
8 years ago
`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)