1.0.1 • Published 3 years ago

json-schema-editor-visual-v4 v1.0.1

Weekly downloads
-
License
MIC
Repository
-
Last release
3 years ago

json-schema-editor-visual

A json-schema editor of high efficient and easy-to-use, base on React&antd4.

avatar

Usage

npm install json-schema-editor-visual-v4
const option = {};
import "antd/dist/antd.css";
require("json-schema-editor-visual-v4/dist/main.css");
const schemaEditor = require("json-schema-editor-visual-v4/dist/main.js");
const SchemaEditor = schemaEditor(option);

render(<SchemaEditor />, document.getElementById("root"));

Option Object

namedescdefault
lglanguage, support en_US or zh_CNen_US

SchemaEditor Props

nametypedefaultdesc
datastringnullthe data of editor
onChangefunctionnull
showEditorbooleanfalse