1.0.3 • Published 9 months ago

@saasquatch/json-schema-editor-visual v1.0.3

Weekly downloads
411
License
MIT
Repository
-
Last release
9 months ago

SaaSquatch Json Schema Editor

Installing via NPM

npm install @saasquatch/json-schema-editor-visual

Getting Started

import "antd/dist/antd.css";
import "@saasquatch/json-schema-editor-visual/dist/index.css";
import createEditor from "@saasquatch/json-schema-editor-visual";

const SchemaEditor = createEditor();

const SchemaEditorView = () => {
  return (
    <>
      <SchemaEditor />
    </>
  );
};

The schema editor is designed to be compatible with JSON Schema version draft-06. Visit the JSON Schema Website to learn more.

Schema Editor Props

nametypedefaultdescription
datastringnullthe data of editor
onChangefunctionnullthe function triggered when changes to the editor's data occur

Acknowledgements

Forked from YMFE.

1.0.3

9 months ago

1.0.3-2

10 months ago

1.0.3-1

10 months ago

1.0.3-4

10 months ago

1.0.3-3

10 months ago

1.0.3-6

10 months ago

1.0.3-5

10 months ago

1.0.3-8

10 months ago

1.0.3-7

10 months ago

1.0.2

2 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-beta.3

5 years ago

1.0.0-beta.2

5 years ago

1.0.0-beta.1

5 years ago

1.0.0-beta.0

5 years ago