Usage and Customization
How to use react-jsonschema-form and customize your form behavior and appearance.
Layout Grid
Version 6 of RJSF introduced a new way of generating forms using the UiSchema, via the Layout Grid.
Themes
By default, this library renders form fields and widgets leveraging the Bootstrap semantics,
Validation
When the form is submitted, the form data is validated to conform to the given JSON schema;
Widgets
The uiSchema ui:widget property tells the form which UI widget should be used to render a field.