1.3.21 • Published 6 months ago

@yued/json-schema-editor-visual v1.3.21

Weekly downloads
46
License
MIC
Repository
-
Last release
6 months ago

json-schema-editor-visual

A json-schema editor of high efficient and easy-to-use, base on React. https://github.com/yunkeCN/json-schema-editor-visual

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')
)

Option Object

namedescdefault
lglanguage, support en_US or zh_CNen_US

SchemaEditor Props

nametypedefaultdesc
datastringnullthe data of editor
onChangefunctionnull
showEditorbooleanfalse
WrapComponentfuncDefaultComponentCustomize the layout of the header button
1.3.21

6 months ago

1.3.20

2 years ago

1.3.19

3 years ago

1.3.18

4 years ago

1.3.17

4 years ago

1.3.16

4 years ago

1.3.15

4 years ago

1.3.13

4 years ago

1.3.14

4 years ago

1.3.12

5 years ago

1.3.11

5 years ago

1.3.10

5 years ago

1.3.9

5 years ago

1.3.8

5 years ago

1.3.7

5 years ago

1.3.6

5 years ago

1.3.4

5 years ago

1.3.5

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.7

5 years ago

1.2.6

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.10

6 years ago