Hey folks, I wanted to share a little project I’ve...
# compose
c
Hey folks, I wanted to share a little project I’ve been working on for managing forms in Compose (both Android and Desktop). It’s basically a reimplementation of this JS library in KMPP/Compose, allowing you to define your forms in JSON rather than directly in code, which makes things much easier to maintain for large, complex forms. https://github.com/copper-leaf/kotlin-json-forms
👌 5
It’s still a a POC stage right now, mostly in terms of UI and documentation. The functionality is pretty much all there. The docs from the original JS library are valid for the JSON schemas’ formats, so that would be the best place to start to understand what this library is aiming for, along with the little bit of info specific to this library in its basic usage guide and the example project