@committed/components-rjsf
v1.1.3
Published
Committed Components React Json Schema Forms Library
Downloads
6
Keywords
Readme
For documentation see https://jsonforms.committed.software
💻 Development
The main build is performed using esbuild
:
npm run build
We use storybook to develop and document the components, this is run in development using
npm run storybook
📦 Dev Containers
This project contains a VSCode Dev Container Configuration.
To use this, you must install the VSCode Remote Container Extension.
Once this is installed, you should be prompted (when opening the project in it's root directory) to Reopen in Container
. If this prompt does not appear, open the Command Palette and run Remote Containers: Rebuild and Reopen in Container
.
This will re-open the project, with the project files mounted in a Docker container, which will include all the VSCode extensions from the dev container (e.g. useful extensions, formatters etc).
🤖 CI
Pull requests go through CI checks using Github Actions. Releases update the deployed documentation and update the package in the NPM registry.
📃 License
MIT - © Committed Software 2020-2022 https://committed.io