An open API service indexing awesome lists of open source software.

https://github.com/remoteoss/json-schema-form


https://github.com/remoteoss/json-schema-form

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          


json-schema-form


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.

---

### 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](https://www.npmjs.com/package/@remoteoss/json-schema-form).

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

yarn install @remoteoss/json-schema-form
```

## Getting Started

Check the 📚 **[JSF website](https://json-schema-form.vercel.app/)** for documentation.

### Playground

Check the đŸ•šī¸ **[JSF Playground](https://json-schema-form.vercel.app/?path=/docs/playground--docs)** for demos.

## Contributing

Read [CONTRIBUTING](CONTRIBUTING.md) to get started.

## Migrating

If you're using `v0` and wish to migrate to `v1`, read [MIGRATING](MIGRATING.md) to get started.

_Backed by [Remote.com](https://remote.com/)_