Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T13:02:51.000Z (over 5 years ago)
- Last Synced: 2024-10-14T14:34:27.081Z (2 months ago)
- Topics: jsonschema, material-ui, react, react-jsonschema-form
- Language: JavaScript
- Size: 623 KB
- Stars: 8
- Watchers: 4
- 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
==================================![travis](https://travis-ci.org/cwhatley/material-ui-react-jsonschema-form.svg?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/cwhatley/material-ui-react-jsonschema-form.svg)](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`.