Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 3.1 KB

README.md

File metadata and controls

62 lines (41 loc) · 3.1 KB

headless-json-editor
headless-json-editor

json-editor is the mono repository around headless-json-editor

CI Npm package version Types

A simple beautiful api for your custom form generator powered by json-schema. headless-json-editor builds a syntax tree of your json-schema and input data. The result can be easily walked through for rendering or further processing.

yarn add headless-json-editor

Npm package version Types

Simple and extensible react component capable of using json-schema to declaratively build and customize user forms.

yarn add @sagold/react-json-editor

Npm package version Types

Set of default widgets for react-json-editor using mantine that render a user form for all basic json datatypes.

yarn add @sagold/rje-mantine-widgets

Npm package version Types

Additional code widgets for @sagold/react-json-editor to edit code formatted strings, json and json with json-schema validation, tooltips and autocompletion using CodeMirror and @uiw/react-codemirror

yarn add @sagold/rje-code-widgets