0.1.5 • Published 3 years ago
fuyao-json-schema-editor v0.1.5
json-schema-editor-visual
A json-schema editor of high efficient and easy-to-use, base on React.

Usage
npm install fuyao-json-schema-editorconst option = {}
import 'antd/dist/antd.css'
require('fuyao-json-schema-editor/dist/main.css')
const schemaEditor = require("fuyao-json-schema-editor/dist/main.js");
const SchemaEditor = schemaEditor(option)
render(
<SchemaEditor />,
document.getElementById('root')
)Option Object
| name | desc | default |
|---|---|---|
lang | language, support en_US or zh_CN | en_US |
SchemaEditor Props
| name | type | default | desc |
|---|---|---|---|
data | string | null | the data of editor |
onChange | function | null | |
showEditor | boolean | false |