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.
We are working on the next version v1.0. A rewrite in TypeScript with major bugfixes and missing features. It aims to support the latest JSON Schema dialect 2020-12.
Backed by Remote.com