--- 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) * **Charts**: [g2-react](https://github.com/antvis/g2-react) [recharts](https://github.com/recharts/recharts/) [victory](https://github.com/FormidableLabs/victory) * **Top Progress Bar**: [nprogress](https://github.com/rstacruz/nprogress)