@laus/json-schema-form
v1.2.4
Published
Headless UI form powered by JSON Schemas
Readme
Why JSON Schemas for forms?
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.
Installation
Available on NPM.
npm install @remoteoss/json-schema-form
# or
yarn install @remoteoss/json-schema-formGetting Started
Check the 📚 JSF website for documentation.
Playground
Check the 🕹️ JSF Playground for demos.
Contributing
Read CONTRIBUTING to get started.
Migrating
If you're using v0 and wish to migrate to v1, read MIGRATING to get started.
Backed by Remote.com
