Skip to content

remoteoss/json-schema-form

Repository files navigation

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