json-schema-form
is a headless UI form library powered by JSON Schemas.
It transforms JSON schemas into Javascript `fields` to be more easily consumed by your UI libraries.
JSON Schemas are the SSoT (Single Source of Truth) that allows you to share form's data structure and validations between the server (backend) and the client (frontend), regardless of the language used.
You can use it beyond UI Forms, like lists, tables, and any other UI that needs structured JSON data.
Available on NPM.
npm install @remoteoss/json-schema-form
# or
yarn install @remoteoss/json-schema-form
Check the 📚 JSF website for documentation.
Check the 🕹️ JSF Playground for demos.
Read CONTRIBUTING to get started.
If you're using v0
and wish to migrate to v1
, read MIGRATING to get started.
Backed by Remote.com