2017-01-12 17:57:04 +08:00
---
order: 7
2017-03-08 13:44:24 +08:00
title: Third-Party Libraries
2017-01-12 17:57:04 +08:00
---
2017-10-06 16:08:03 +08:00
`antd` is designed to provide high-quality React UI components which follow the Ant Design Specification. So, we are not going to implement other functions which are not relative to `antd` 's target, and recommend using the excellent third-party library which have come from the React community:
2017-01-12 17:57:04 +08:00
2017-05-01 00:10:07 +08:00
Category | Recommended Components
2017-03-14 20:08:40 +08:00
---------|-----------------------
Router | [react-router ](https://github.com/ReactTraining/react-router )
2018-10-14 01:53:16 +08:00
Layout | [@rebass/grid ](https://github.com/rebassjs/grid ) [react-blocks ](http://whoisandy.github.io/react-blocks/ ) [react-flexbox-grid ](https://github.com/roylee0704/react-flexbox-grid )
Drag and drop | [react-dnd ](https://github.com/gaearon/react-dnd ) [react-draggable ](https://github.com/mzabriskie/react-draggable ) [react-sortable-hoc ](https://github.com/clauderic/react-sortable-hoc )
2017-09-11 16:24:09 +08:00
Code Editor | [react-codemirror2 ](https://github.com/scniro/react-codemirror2 )
2018-03-07 15:59:02 +08:00
Rich Text Editor | [react-quill ](https://github.com/zenoamaro/react-quill ) [react-draft-wysiwyg ](https://github.com/jpuri/react-draft-wysiwyg ) [react-lz-editor (Ant Design style) ](https://github.com/leejaen/react-lz-editor ) [braft-editor ](https://github.com/margox/braft-editor )
2017-03-14 20:08:40 +08:00
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 )
2017-03-24 10:11:24 +08:00
Document head manager | [react-helmet ](https://github.com/nfl/react-helmet ) [react-document-title ](https://github.com/gaearon/react-document-title )
2017-03-14 20:08:40 +08:00
Icons | [react-fa ](https://github.com/andreypopp/react-fa ) [react-icons ](https://github.com/gorangajic/react-icons )
QR Code | [qrcode.react ](https://github.com/zpao/qrcode.react )
2018-11-02 12:14:47 +08:00
Charts | [BizCharts ](https://github.com/alibaba/BizCharts ) [recharts ](https://github.com/recharts/recharts/ ) [victory ](https://github.com/FormidableLabs/victory )
2018-11-02 11:55:02 +08:00
Visual Graph Editor | [GGEditor ](https://github.com/gaoli/GGEditor )
2017-03-14 20:08:40 +08:00
Top Progress Bar | [nprogress ](https://github.com/rstacruz/nprogress )
2017-03-22 11:17:37 +08:00
i18n | [react-intl ](https://github.com/yahoo/react-intl )
Code highlight | [react-syntax-highlighter ](https://github.com/conorhastings/react-syntax-highlighter )
2017-06-13 15:11:24 +08:00
Markdown renderer | [react-markdown ](http://rexxars.github.io/react-markdown/ )
Infinite Scroll | [react-virtualized ](https://github.com/bvaughn/react-virtualized )
2017-09-19 11:10:24 +08:00
Map | [react-google-maps ](https://github.com/tomchentw/react-google-maps ) [google-map-react ](https://github.com/istarkov/google-map-react ) [react-amap ](https://github.com/ElemeFE/react-amap )
2018-03-15 15:06:49 +08:00
Context Menu | [react-contextmenu ](https://github.com/vkbansal/react-contextmenu/ ) [react-contexify ](https://github.com/fkhadra/react-contexify )
2017-11-28 19:02:16 +08:00
Emoji | [emoji-mart ](https://github.com/missive/emoji-mart )
2018-10-14 01:53:16 +08:00
Split View | [react-split-pane ](https://github.com/tomkp/react-split-pane )
Image Crop | [react-image-crop ](https://github.com/DominicTobias/react-image-crop )
Trend Lines | [react-sparklines ](https://github.com/borisyankov/react-sparklines )
2018-11-04 15:45:16 +08:00
Formatted Input | [text-mask ](https://github.com/text-mask/text-mask )
Animation | [react-move ](https://github.com/react-tools/react-move ) [Ant Motion ](https://motion.ant.design/components/tween-one )
2017-03-14 20:08:40 +08:00
< style >
.markdown table td:first-child {
font-weight: 500;
width: 25%;
background: #fcfcfc ;
}
.markdown table td > a:not(:last-child) {
margin-right: 18px;
}
.markdown table td > a:not(:last-child):after {
content: '|';
color: #bbb ;
margin: 0 6px 0 8px;
pointer-events: none;
position: absolute;
}
< / style >