Skip to content
Pratyush Kumar edited this page Dec 27, 2022 · 3 revisions

Usage

First Run

On the first run, the app will look like this image

Entering schema

On the left side, you can enter the JSON schema for the form and it will be rendered on the right side as you type

Click on the magic wand 🪄 icon to prettify the input JSON image

Form Preview

Form is rendered on the right as you type the schema. image NOTE: The Reset and Submit buttons appear automatically and don't need to be specified in the schema.

Click on the Reset button to reset the form to its default state as specified in the schema. image

Clicking on the Submit button will display the data collected by the form on the right side. image

Clone this wiki locally