jsonschema-editor-react
jsonschema-editor-react copied to clipboard
A react module for maintaining json schema. Built with Chakra-UI
file in src don't import anything from typescript, it is better to move typescript to dev dependencies as it won't be use in runtime
Thank you for the great package!!! I'm using the JsonSchemaEditor like this: ``` handleChange(schema) { if (!isEqual(JSON.parse(schema), JSON.parse(this.props.data))) { console.log(this.props); this.props.onChange(schema); } } ``` Basically the schema gets stored in...
Bumps [postcss](https://github.com/postcss/postcss) and [resolve-url-loader](https://github.com/bholloway/resolve-url-loader/tree/HEAD/packages/resolve-url-loader). These dependencies needed to be updated together. Updates `postcss` from 7.0.35 to 8.4.31 Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270....
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
Is there any plan to update it?
Would you be interested in i18n support for the component? Would be possible by either directly adding i18n to the component or by allowing to override the labels/texts. I would...
Hi,How can I use this react compoment to import a JsonSchema to Override jsonSchema which I was Modifing ?