Skip to content

kne-union/json-schema-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-schema-editor

描述

一个构建jsonschema的编辑器

安装

npm i --save @kne/json-schema-editor

示例

示例样式

.ant-card {
  border-color: black;
  text-align: center;
  width: 200px;
}

示例代码

  • 这里填写示例标题
  • 这里填写示例说明
  • _JsonSchemaEditor(@kne/current-lib_json-schema-editor),(@kne/current-lib_json-schema-editor/dist/index.css)
const {default: JsonSchemaEditor} = _JsonSchemaEditor;

const BaseExample = () => {
    return <div>
        <JsonSchemaEditor/>
    </div>;
};

render(<BaseExample/>);

API

属性名 说明 类型 默认值

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published