Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1824,18 +1824,21 @@
source: 'https://github.com/brutusin/json-forms'
lastUpdated: '2018-11-05'

- name: json-schema-form (Remote.com)
description: 'json-schema-form is a headless UI form library powered by JSON Schemas.'
toolingTypes: ['schema-to-web-UI']
languages: ['JavaScript']
- name: '@remoteoss/json-schema-form'
description: 'Headless UI form library powered by JSON Schemas. With validations included. Works with any stack.'
toolingTypes: ['schema-to-web-UI', 'editor']
languages: ['JavaScript', 'TypeScript']
maintainers:
- name: 'Remote.com'
username: 'remoteoss'
platform: 'github'
- name: 'Sandrina Pereira'
username: 'sandrina-p'
platform: 'github'
license: 'MIT'
source: 'https://github.com/remoteoss/json-schema-form'
homepage: 'https://json-schema-form.vercel.app/'
lastUpdated: '2024-03-26'
lastUpdated: '2025-05-26'

- name: JSON Schema Form Element
description: 'A Custom Element that auto-generates forms, declaratively. Works with Lit, Solid, Vue, Svelte, React, Astro, vanilla…'
Expand Down
Loading