brutusin/json-forms

Example Wanted

fatbearinc opened this issue · 1 comments

This looks very exciting, but I'm having some issues getting started.

I'd like to be able to read a schema from a file with some initial data from another file and then have the page work. Can someone provide a full index.html to do this?

This would be very useful!

Hi, you need to have the schema and data loaded as javascript variables.
You can load the files by:

Once you have the variables loaded you can follow the steps in the documentation. More examples here (https://github.com/brutusin/json-forms/blob/gh-pages/index.html)