Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jokergga/jschema-editor

Json Schema 可视化编辑器。
https://github.com/jokergga/jschema-editor

antd editor json-schema react

Last synced: 19 days ago
JSON representation

Json Schema 可视化编辑器。

Awesome Lists containing this project

README

        

# [Json Schema 可视化编辑器](https://jokergga.github.io/jschema-editor/)

Antd Design 风格的 Json Schema 可视化编辑器。

## 示例

```shell
npm i jschema-editor
```

```typescript jsx
import Editor from 'jschema-editor';
import { useState } from 'react';

export default () => {
const [jsonData, setJsonData] = useState({});

return (
{
setJsonData(data);
}}
/>
);
};
```

![示例](./docs/example.png)

### TODO

- [ ] IconFont 优化
- [ ] 移除 mobx
- [ ] 文档补全、及其界面优化
- [ ] 全面支持 ts