Skip to content

azi03/json-schema-editor-visual

This branch is 4 commits ahead of, 11 commits behind Open-Federation/json-schema-editor-visual:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
lizishan
Dec 5, 2019
ac7e9df · Dec 5, 2019
Dec 5, 2019
Nov 15, 2019
Dec 5, 2019
Nov 1, 2019
Apr 10, 2018
Nov 1, 2019
Apr 10, 2018
Mar 13, 2018
Apr 10, 2018
Sep 20, 2018
Mar 19, 2018
Nov 1, 2019
Mar 20, 2018
Apr 10, 2018
Apr 10, 2018

Repository files navigation

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

Option Object

name desc default
lg language, support en_US or zh_CN en_US

SchemaEditor Props

name type default desc
data string null the data of editor
onChange function null
showEditor boolean false

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.0%
  • CSS 4.4%
  • HTML 0.6%