1.0.0 • Published 6 years ago

@aligov/components-ace-code-editor v1.0.0

Weekly downloads
11
License
MIT
Repository
-
Last release
6 years ago

ACE 代码编辑器

@aligov/components-ace-code-editor

基于 ACE 的代码编辑器

代码编辑器 API

参数名说明必填类型默认值备注
mode语言类型string
theme主题string
id唯一 idstring
onChange内容改变回调function
valuestring
fontSize字体大小number14

其他值见 https://github.com/securingsincity/react-ace/blob/master/docs/Ace.md

Diff编辑器 API

参数名说明必填类型默认值备注
mode语言类型string
theme主题string
id唯一 idstring
valueArray"", ""
fontSize字体大小number14
height高度string500px
width宽度string500px

其他值见 https://github.com/securingsincity/react-ace/blob/master/docs/Diff.md