/material-ui-react-jsonschema-form

Customizations of react-jsonschema-form for use in material-ui/react app.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Deprecated

Please see rjsf-team/react-jsonschema-form#1222 and take a look at https://github.com/cybertec-postgresql/rjsf-material-ui for a material-ui widget theming of RJSF that hooks into their new theming approach.

material-ui-react-jsonschema-form

travis Greenkeeper badge

Table of Contents


Installation

TODO: push to NPM

npm i material-ui-react-jsonschema-form

Overview

This package exports a Form object that renders using material-ui by default.

Unlike other similar packages, this is, a customization of react-jsonschema-form rather than a fork or reimplementation of it and keeping up to date with that project should be quite a bit simpler.

Use of this package should be roughly the same as react-jsonschema-form.

Playground

Visit the playground at https://cwhatley.github.io/material-ui-react-jsonschema-form/

You can launch a playground that has been ported to material-ui via npm start.