json-schema-editor-visual-antd4-externals

2.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i json-schema-editor-visual-antd4-externals

Weekly Downloads

0

Version

2.0.1

License

MIC

Unpacked Size

202 kB

Total Files

20

Last publish

Collaborators

  • zhangbody