0.0.1 • Published 3 years ago

json-schema-editor-visuals v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

json-schema-editor-visual

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

基于 json-schema-editor-visualPR#64 的魔改版本。

使用方式

yarn add @quiet/json-schema-editor-visual
npm install @quiet/json-schema-editor-visual

例子

import JsonSchemaEditor from "@quiet/json-schema-editor-visual";

function App() {
  return (
    <div>
      <JsonSchemaEditor />
    </div>
  );
}

export default App;