react-jsonschema-form-bs4

A simple React component capable of building HTML forms out of a JSON schema.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
react-jsonschema-form-bs4
1.7.14 years ago5 years agoMinified + gzip package size for react-jsonschema-form-bs4 in KB

Readme

react-jsonschema-form-bs4
A port of react-jsonschema-form to Bootstrap 4.
See the main repository for documentation.
This version is based on react-jsonschema-form v1.7.0

Installation

npm install react-jsonschema-form-bs4

Reporting bugs

If you find a bug that is specific to the Bootstrap 4 port, please report here.
If you find a bug that is present in the main version (maintained by mozilla-services), please report here

Usage with Bootstrap 4

Since Bootstrap 4 no longer includes Glyphicons, you need to use Font Awesome instead. You can do this by adding the following to your index.html file:
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"

License

Apache 2