acrodata / gui

🎛️ JSON powered GUI for configurable panels
https://acrodata.github.io/gui/
MIT License
95 stars 7 forks source link

Question: Is it possible to use GUI components for dynamic forms with validations? #3

Open prasad414 opened 6 days ago

prasad414 commented 6 days ago

Question: Is it possible to use GUI components for dynamic forms with validations? Also I want to implement more custom components as extension to gui. Is it possible. if yes then how can I do that?

nzbin commented 4 days ago

Thanks for your advice!

For validations

This GUI lib is designed for low-code config panel and it don't need validations. You can check this article to learn more details. https://dev.to/nzb329/a-lightweight-gui-library-for-angular-20p6

For extensions

The extensions is very useful and I'm working on how to implement. In fact, now the GUI controls are enough to use, you can generate any data structure with JSON config.