1.0.7 • Published 7 months ago
2d-json-schema-editor-visual v1.0.7
json-schema-editor-visual
A json-schema editor of high efficient and easy-to-use, base on React.

Usage
npm install json-schema-editor-visualconst option = {}
import 'antd/dist/antd.css'
require('json-schema-editor-visual/dist/main.css')
const schemaEditor = require("json-schema-editor-visual/dist/main.js");
const SchemaEditor = schemaEditor(option)
render(
<SchemaEditor />,
document.getElementById('root')
)NOTICE
2d-branch 业务改造分支,基于原始仓库1.1.1拉取版本