Usage and Customization
How to use react-jsonschema-form and customize your form behavior and appearance.
📄️ 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.