json-editor is the mono repository around headless-json-editor
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
- read more in package headless-json-editor
Simple and extensible react component capable of using json-schema to declaratively build and customize user forms.
yarn add @sagold/react-json-editor
- read more in package react-json-editor
- demo page
Set of default widgets for react-json-editor using react-aria that render a user form for all basic json datatypes.
yarn add @sagold/rje-widgets
- read more in package react-json-editor
- demo page
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
- read more in package rje-code-widgets
- demo page