1.0.6 • Published 6 months ago
@quiet-front-end/json-schema-editor-arco v1.0.6
json-schema-editor-arco
Antd Design 风格 https://github.com/lin-mt/json-schema-editor-antd
Arco Design 风格的 Json Schema 可视化编辑器。
Usage
npm install @quiet-front-end/json-schema-editor-arco
import { useState } from 'react';
import JsonSchemaEditor from '@quiet-front-end/json-schema-editor-arco';
export default () => {
const [jsonData, setJsonData] = useState({});
return (
<JsonSchemaEditor
data={jsonData}
onChange={(data) => {
setJsonData(data);
}}
/>
);
};
Development
# install dependencies
$ yarn install
# develop library by docs demo
$ yarn start
# build library source code
$ yarn run build
# build library source code in watch mode
$ yarn run build:watch
# build docs
$ yarn run docs:build
# check your project for potential problems
$ yarn run doctor
LICENSE
MIT
1.0.2
10 months ago
1.0.1
11 months ago
1.0.0
11 months ago
1.0.6
6 months ago
1.0.5
7 months ago
1.0.4
8 months ago
1.0.3
9 months ago
0.3.0
3 years ago
0.1.15
3 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.1.16
3 years ago
0.2.3
3 years ago
0.2.2
3 years ago
0.1.11
3 years ago
0.1.12
3 years ago
0.1.13
3 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.0
4 years ago