json-schema-editor-visual
jsonschema editor
Last updated 4 years ago by suxiaoxin .
MIC · Original npm · Tarball · package.json
$ cnpm install json-schema-editor-visual 
SYNC missed versions from official npm registry.

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
lang 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

Current Tags

  • 2.0.0                                ...           latest (4 years ago)

26 Versions

  • 2.0.0                                ...           4 years ago
  • 1.1.1                                ...           6 years ago
  • 1.1.0                                ...           6 years ago
  • 1.0.23                                ...           6 years ago
  • 1.0.22                                ...           7 years ago
  • 1.0.21                                ...           8 years ago
  • 1.0.20                                ...           8 years ago
  • 1.0.19                                ...           8 years ago
  • 1.0.18                                ...           8 years ago
  • 1.0.17                                ...           8 years ago
  • 1.0.16                                ...           8 years ago
  • 1.0.15                                ...           8 years ago
  • 1.0.14                                ...           8 years ago
  • 1.0.13                                ...           8 years ago
  • 1.0.12                                ...           8 years ago
  • 1.0.11                                ...           8 years ago
  • 1.0.9                                ...           8 years ago
  • 1.0.8                                ...           8 years ago
  • 1.0.7                                ...           8 years ago
  • 1.0.6                                ...           8 years ago
  • 1.0.5                                ...           8 years ago
  • 1.0.4                                ...           8 years ago
  • 1.0.3                                ...           8 years ago
  • 1.0.2                                ...           8 years ago
  • 1.0.1                                ...           8 years ago
  • 1.0.0                                ...           8 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 8
Last Day 0
Last Week 8
Last Month 15
Dependencies (10)
Dev Dependencies (18)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |