json-schema-form
is a headless UI form library powered by JSON Schemas.
It transforms JSON schemas into Javascript to be consumed by your UI libraries.
JSON Schemas are the SSoT (Single Source of Truth) that allows you to share form's structure and validations between frontend and backend, regardless of the language used.
Available on NPM.
npm install @remoteoss/json-schema-form
# or
yarn install @remoteoss/json-schema-form
Check the 📚 JSF website for documentation and demos.
Read CONTRIBUTING to get started.
Backed by Remote.com