React JSON Form can be used either in your Node project or directly in the browser.
Install it using this command:
$ npm install @bhch/react-json-form --save
Before loading the library, you're also required to include the dependencies.
This library is available via Unpkg CDN.
<!-- dependencies -->
<script src="https://unpkg.com/react@17.0.2/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@17.0.2/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/react-modal@3.15.1/dist/react-modal.min.js"></script>
<!-- library -->
<script src="https://unpkg.com/@bhch/react-json-form@2.14.3/dist/react-json-form.js"></script>
We also provide compiled dist files for every release. This allows you to self host and serve this library.
Download the latest release from Github.
Next, extract react-json-form.js
file from the package. This is the browser suitable build.
It's already minified.