1.0.7 • Published 7 months ago

2d-json-schema-editor-visual v1.0.7

Weekly downloads
-
License
MIC
Repository
-
Last release
7 months ago

json-schema-editor-visual

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

avatar

Usage

npm install json-schema-editor-visual
const 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拉取版本

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

11 months ago

1.0.1

12 months ago

1.0.0

12 months ago