arjunan-k / json-schema-form

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.

Home Page:https://json-schema-form.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json-schema-form

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.


Why JSON Schemas for forms?

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.

Installation

Available on NPM.

npm install @remoteoss/json-schema-form
# or

yarn install @remoteoss/json-schema-form

Documentation

Check the 📚 JSF website for documentation and demos.

Contributing

Read CONTRIBUTING to get started.

Backed by Remote.com

About

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.

https://json-schema-form.vercel.app

License:MIT License


Languages

Language:JavaScript 100.0%Language:Shell 0.0%