Browse Source

docs: fix recommendation dark style and update react-monaco-editor url (#40164)

* docs(recommendation): fix  style in dark theme

* fix: react-monaco-editor url
pull/40168/head
Cherry7 2 years ago
committed by GitHub
parent
commit
0d31539b81
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/react/recommendation.en-US.md
  2. 3
      docs/react/recommendation.zh-CN.md

1
docs/react/recommendation.en-US.md

@ -58,7 +58,6 @@ There are some products to recommend for developer/designer/product manager.
.markdown table td:first-child {
width: 20%;
font-weight: 500;
background: #fcfcfc;
}
.markdown table td > a:not(:last-child) {
margin-right: 18px;

3
docs/react/recommendation.zh-CN.md

@ -13,7 +13,7 @@ title: 社区精选组件
| 路由 | [react-router](https://github.com/ReactTraining/react-router) |
| 布局 | [react-grid-layout](https://github.com/react-grid-layout/react-grid-layout) [react-grid-system](https://github.com/sealninja/react-grid-system) [rc-dock](https://github.com/ticlo/rc-dock) |
| 拖拽 | [dnd-kit](https://github.com/clauderic/dnd-kit) [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd/) [react-dnd](https://github.com/gaearon/react-dnd) |
| 代码编辑器 | [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) [react-monaco-editor]([https://github.com/superRaytin/react-monaco-editor](https://github.com/react-monaco-editor/react-monaco-editor)) |
| 代码编辑器 | [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) [react-monaco-editor](https://github.com/react-monaco-editor/react-monaco-editor) |
| 富文本编辑器 | [react-quill](https://github.com/zenoamaro/react-quill) |
| JSON 编辑器 | [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor) |
| JSON 显示器 | [react-json-view](https://github.com/mac-s-g/react-json-view) |
@ -59,7 +59,6 @@ title: 社区精选组件
.markdown table td:first-child {
width: 20%;
font-weight: 500;
background: #fcfcfc;
}
.markdown table td > a:not(:last-child) {
margin-right: 18px;

Loading…
Cancel
Save