@leeonfield/code-editor
v0.1.0
Published
code editor
Downloads
4
Readme
Demo
npm install
npm start
Usage
import Editor from "@leeonfield/code-editor"
<Editor
style={{ height: "500px", width: "800px" }}
data="consoe.log('hello world')"
mode="javascript"
onChange={this.handleData}
height="100%"
/>