Skip to content

Latest commit

 

History

History
75 lines (69 loc) · 5.9 KB

recommendation.zh-CN.md

File metadata and controls

75 lines (69 loc) · 5.9 KB
order title
9
社区精选组件

antd 是基于 Ant Design 设计规范实现的 高质量 React 组件库,我们倾向于只提供符合该规范且带有视觉展现的 UI 组件,也尽量不重复造轮子。我们推荐使用以下社区已有的优秀实现,与 antd 形成互补。

类型 推荐组件
可视化图表 Ant Design Charts AntV 数据可视化解决方案
React Hooks 库 ahooks
表单 ProForm Formily react-hook-form formik
路由 react-router
布局 react-grid-layout react-grid-system rc-dock
拖拽 dnd-kit react-beautiful-dnd react-dnd react-sortable-hoc
代码编辑器 react-codemirror2 react-monaco-editor
富文本编辑器 react-quill braft-editor
JSON 编辑器 vanilla-jsoneditor
JSON 显示器 react-json-view
拾色器 react-colorful react-color
响应式 react-responsive react-media
复制到剪贴板 react-copy-to-clipboard
页面 meta 属性 react-helmet react-helmet-async
图标 react-fontawesome react-icons
二维码 qrcode.react
顶部进度条 nprogress
应用国际化 FormatJS react-i18next
代码高亮 react-syntax-highlighter
Markdown 渲染 react-markdown
无限滚动 rc-virtual-list react-infinite-scroll-component
地图 react-google-maps google-map-react react-amap 高德
视频播放 react-player video-react video.js
右键菜单 react-contexify
Emoji emoji-mart
分割面板 react-split-pane
图片裁切 antd-img-crop react-image-crop
趋势线 react-sparklines
关键字高亮 react-highlight-words
文字轮播 react-text-loop-next react-fast-marquee
动画 react-move Ant Motion react-spring
页脚 rc-footer
水印 WaterMark
金额格式化 react-number-format react-currency-input-fiel
应用程序框架 umi remix refine

推荐产品 ✨

还有一些常用的前端/设计/产品相关的工具推荐给大家使用。

类型 推荐产品
文档管理 🐦 语雀
图标 阿里巴巴矢量图标库
Sketch 插件 Kitchen
在线代码编辑 codesandbox codepen
图片压缩 tinypng
图表分类查询 图之典
<style> .markdown table td:first-child { width: 20%; font-weight: 500; background: #fcfcfc; } .markdown table td > a:not(:last-child) { margin-right: 18px; } .markdown table td > a:not(:last-child)::after { position: absolute; margin: 0 6px 0 8px; color: #bbb; content: '|'; pointer-events: none; } </style>