mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-31 12:18:42 +08:00
19 lines
1.4 KiB
Markdown
19 lines
1.4 KiB
Markdown
---
|
|
order: 7
|
|
title: Third-Party Libraries
|
|
---
|
|
|
|
`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)
|
|
* **Code Editor: ** [react-codemirror](https://github.com/JedWatson/react-codemirror)
|
|
* **Rich Text Editor: ** [react-quill](https://github.com/zenoamaro/react-quill) [react-draft-wysiwyg](https://github.com/jpuri/react-draft-wysiwyg)
|
|
* **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)
|
|
* **QR Code: **: [qrcode.react](https://github.com/zpao/qrcode.react)
|