1.0.2 • Published 10 months ago

react-monacode-editor v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
10 months ago

react-code-editor react 代码编辑器

1. 安装

pnpm install react-code-editor

npm install react-code-editor

2. 使用

import { DiffCodeEditor } from 'react-code-editor

function Demo() {
  const newValue = '{ a: 1 }';
  const oldValue = '{ a: 2 }';

  return <DiffCodeEditor newValue={newValue} oldValue={oldValue} language="json" height={500} />
}
1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago