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.
- Host: GitHub
- URL: https://github.com/uptick/config-forms
- Owner: uptick
- License: mit
- Created: 2019-04-01T04:44:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T04:50:34.000Z (over 3 years ago)
- Last Synced: 2025-07-19T16:29:51.695Z (11 months ago)
- Language: JavaScript
- Size: 1.32 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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