Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/open-federation/json-schema-editor-visual

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

Last synced: about 23 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

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

![avatar](json-schema-editor-visual.jpg)

## Usage
```
npm install json-schema-editor-visual
```

```js
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(
,
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