https://github.com/cwhatley/material-ui-react-jsonschema-form
Customizations of react-jsonschema-form for use in material-ui/react app.
https://github.com/cwhatley/material-ui-react-jsonschema-form
jsonschema material-ui react react-jsonschema-form
Last synced: 7 months ago
JSON representation
Customizations of react-jsonschema-form for use in material-ui/react app.
- Host: GitHub
- URL: https://github.com/cwhatley/material-ui-react-jsonschema-form
- Owner: cwhatley
- License: apache-2.0
- Created: 2018-12-16T21:21:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T13:02:51.000Z (almost 7 years ago)
- Last Synced: 2025-04-03T18:52:57.990Z (about 1 year ago)
- Topics: jsonschema, material-ui, react, react-jsonschema-form
- Language: JavaScript
- Size: 623 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Deprecated
====
Please see https://github.com/mozilla-services/react-jsonschema-form/issues/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
==================================
 [](https://greenkeeper.io/)
## Table of Contents
- [Installation](#installation)
- [Overview](#overview)
- [Playground](#playground)
---
## Installation
TODO: push to NPM
```
npm i material-ui-react-jsonschema-form
```
## Overview
This package exports a Form object that renders using [material-ui](https://github.com/mui-org/material-ui) by
default.
Unlike other similar packages, this is, a customization of
[react-jsonschema-form](https://github.com/mozilla-services/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](https://github.com/mozilla-services/react-jsonschema-form).
## Playground
Visit the playground at
You can launch a playground that has been ported to material-ui via `npm start`.