Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f9330b

Browse files
committed
feat: add code editor component
1 parent6ee73d2 commit9f9330b

File tree

12 files changed

+638
-2
lines changed

12 files changed

+638
-2
lines changed

‎client/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
},
7474
"dependencies": {
7575
"@lottiefiles/react-lottie-player":"^3.5.3",
76+
"@monaco-editor/react":"^4.7.0",
7677
"@remixicon/react":"^4.1.1",
7778
"@supabase/supabase-js":"^2.45.4",
7879
"@testing-library/react":"^14.1.2",
@@ -81,6 +82,7 @@
8182
"antd-mobile":"^5.34.0",
8283
"chalk":"4",
8384
"flag-icons":"^7.2.1",
85+
"monaco-editor":"^0.52.2",
8486
"number-precision":"^1.6.0",
8587
"react-countup":"^6.5.3",
8688
"react-github-btn":"^1.4.0",

‎client/packages/lowcoder-design/src/icons/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ export { ReactComponent as RangeSliderCompIconSmall } from "./v2/range-slider-s.
329329
export{ReactComponentasRatingCompIconSmall}from"./v2/rating-s.svg";
330330
export{ReactComponentasResponsiveLayoutCompIconSmall}from"./v2/resposive-layout-s.svg";// new
331331
export{ReactComponentasSplitLayoutCompIconSmall}from"./v2/split-layout-s.svg";// new
332+
export{ReactComponentasCodeEditorCompIconSmall}from"./v2/code-editor-s.svg";// new
332333
export{ReactComponentasRichTextEditorCompIconSmall}from"./v2/rich-text-editor-s.svg";// new
333334
export{ReactComponentasScannerCompIconSmall}from"./v2/scanner-s.svg";// new
334335
export{ReactComponentasShapesCompIconSmall}from"./v2/shapes-s.svg";// new
@@ -437,6 +438,7 @@ export { ReactComponent as RangeSliderCompIcon } from "./v2/range-slider-m.svg";
437438
export{ReactComponentasRatingCompIcon}from"./v2/rating-m.svg";
438439
export{ReactComponentasResponsiveLayoutCompIcon}from"./v2/resposive-layout-m.svg";
439440
export{ReactComponentasSplitLayoutCompIcon}from"./v2/split-layout-m.svg";
441+
export{ReactComponentasCodeEditorCompIcon}from"./v2/code-editor-m.svg";
440442
export{ReactComponentasRichTextEditorCompIcon}from"./v2/rich-text-editor-m.svg";
441443
export{ReactComponentasScannerCompIcon}from"./v2/scanner-m.svg";
442444
export{ReactComponentasShapesCompIcon}from"./v2/shapes-m.svg";
Lines changed: 15 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp