1.0.38 • Published 6 years ago

json-schema-editor-thaont v1.0.38

Weekly downloads
52
License
MIC
Repository
-
Last release
6 years ago

json-schema-editor-visual

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

Usage

npm install json-schema-editor-visual
const option = {}
import 'antd/dist/antd.css'
require('json-schema-editor-thaont/dist/main.css')
const schemaEditor = require("json-schema-editor-thaont/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
1.0.38

6 years ago

1.0.37

6 years ago

1.0.36

6 years ago

1.0.35

6 years ago

1.0.34

6 years ago

1.0.33

6 years ago

1.0.32

6 years ago

1.0.31

6 years ago

1.0.30

6 years ago

1.0.29

6 years ago

1.0.28

6 years ago

1.0.27

6 years ago

1.0.26

6 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago