Asked By: Anonymous
I try to build dynamic form on Next.js. I need to parse JSON file and than draw nessesary components from JSON. And also need to use Material UI library for styling. Could anyone help with some examples? Thanks a lot)))
Solution
Answered By: Anonymous
You might be interested in this project.
https://github.com/redgeoff/mson
MSON is a JSON language to describe forms and there is an example in React with Material UI.
I have discovered it yesterday and didn’t test it yet. But it looks nice