Skip to content

zhangbody/json-schema-editor-visual-antd4-externals

 
 

Repository files navigation

json-schema-editor-visual-antd4-externals

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

avatar

Usage

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

Links

https://github.com/zyqwst/json-schema-editor-vue

Change

  1. Use antd4
  2. Use lodash to replace underscore
  3. Use easy-json-schema to replace generate-schema (the object attribute of array is required by default)
  4. Remove the style of webkit-scrollbar
  5. Switch back to generate-schema, easy-json-schema has format errors when converting array

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 94.9%
  • CSS 4.4%
  • HTML 0.7%