# code_editor
**Repository Path**: helloyilia/code_editor
## Basic Information
- **Project Name**: code_editor
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-01-05
- **Last Updated**: 2022-01-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# CodeEditor
[](https://www.npmjs.org/package/x-data-spreadsheet)
[](https://npmjs.org/package/x-data-spreadsheet)
[](https://npmjs.org/package/x-data-spreadsheet)
[](https://travis-ci.org/myliang/x-spreadsheet)
[](https://codecov.io/gh/myliang/x-spreadsheet)


[](https://gitter.im/x-datav/spreadsheet?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
> Create a custom web editor using Typescript, React, ANTLR and Monaco-Editor
> This is a web editor for a custom language.
## CDN
```html
```
## NPM
```shell
npm install CodeEditor
```
```javascript
```
## Internationalization
```tsx
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import {CodeEditor} from './CodeEditor';
const style = {
width:'300',
height:'300'
}
const props = {
value: 'hhhhhhhhhhh',
theme: "vs-dark"
}
ReactDOM.render(