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

https://github.com/uptick/config-forms

Cross platform library for JSON config based form rendering.
https://github.com/uptick/config-forms

Last synced: 10 months ago
JSON representation

Cross platform library for JSON config based form rendering.

Awesome Lists containing this project

README

          

# Config Forms

Config Forms allows you to write JSON based form definitions that can be rendered on multiple
platforms.

The form syntax supports advanced features such as layout blocks and repeating sub-forms within your
top level form.

You can also extend the functionality of Config Forms with your own custom fields or layout types.

## Renderer Support

- [x] React DOM
- [x] React Native

## Editor Support

- [x] React DOM

## Form Functionality Roadmap

- [x] Subforms
- [ ] Conditional Render Logic