# rjsf-material-ui **Repository Path**: mirrors_cybertec-postgresql/rjsf-material-ui ## Basic Information - **Project Name**: rjsf-material-ui - **Description**: [Archived] Material UI theme for react-jsonschema-form. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Archived Migrate to the [`@rjsf/material-ui`](https://github.com/rjsf-team/react-jsonschema-form) package instead. --- [![Build Status][build-shield]][build-url] [![npm][npm-shield]][npm-url] [![npm downloads][npm-dl-shield]][npm-dl-url] [![Contributors][contributors-shield]][contributors-url] [![MIT License][license-shield]][license-url]

Logo

rjsf-material-ui

Material-UI theme, fields and widgets for react-jsonschema-form.
Explore the docs »

View Playground · Report Bug · Request Feature

## Table of Contents - [About the Project](#about-the-project) - [Built With](#built-with) - [Getting Started](#getting-started) - [Prerequisites](#prerequisites) - [Installation](#installation) - [Usage](#usage) - [Roadmap](#roadmap) - [Contributing](#contributing) - [License](#license) - [Contact](#contact) ## About The Project [![rjsf-material-ui Screen Shot][product-screenshot]](https://cybertec-postgresql.github.io/rjsf-material-ui) Exports `material-ui` theme, fields and widgets for `react-jsonschema-form`. ### Built With - [react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form/) - [Material-UI](https://material-ui.com/) - [Typescript](https://www.typescriptlang.org/) ## Getting Started ### Prerequisites - `@material-ui/core >= 4.2.0` ([in 4.2.0, the `slider` component was added to the core](https://github.com/mui-org/material-ui/pull/16416)) - `@material-ui/icons` - `react-jsonschema-form >= 1.6.0` ([in 1.6.0, the `withTheme` HOC was added](https://github.com/mozilla-services/react-jsonschema-form/pull/1226)) ```sh yarn add @material-ui/core @material-ui/icons react-jsonschema-form ``` ### Installation ```sh yarn add rjsf-material-ui ``` ## Usage ```javascript import { withTheme } from 'react-jsonschema-form'; import { Theme as MuiTheme } from 'rjsf-material-ui'; const Form = withTheme(MuiTheme); ``` or ```javascript import MuiForm from 'rjsf-material-ui'; ``` ## Roadmap See the [open issues](https://cybertec-postgresql.github.io/rjsf-material-ui/issues) for a list of proposed features (and known issues). ## Contributing Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. 1. Fork the Project 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request ## License Distributed under the MIT License. See `LICENSE` for more information. ## Contact Cybertec TEAM - [@postgressupport](https://twitter.com/postgressupport) - office@cybertec.at - https://www.cybertec-postgresql.com Project Link: [https://cybertec-postgresql.github.io/rjsf-material-ui](https://cybertec-postgresql.github.io/rjsf-material-ui) [build-shield]: https://img.shields.io/circleci/build/github/cybertec-postgresql/rjsf-material-ui.svg?style=flat-square&token=a58b0890f96bff2b53eef0f4d9c9e5d16eec2200 [build-url]: https://circleci.com/gh/cybertec-postgresql/rjsf-material-ui [contributors-shield]: https://img.shields.io/badge/contributors-1-orange.svg?style=flat-square [contributors-url]: https://github.com/cybertec-postgresql/rjsf-material-ui/graphs/contributors [license-shield]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square [license-url]: https://choosealicense.com/licenses/mit [npm-shield]: https://img.shields.io/npm/v/rjsf-material-ui/latest.svg?style=flat-square [npm-url]: https://www.npmjs.com/package/rjsf-material-ui [npm-dl-shield]: https://img.shields.io/npm/dm/rjsf-material-ui.svg?style=flat-square [npm-dl-url]: https://www.npmjs.com/package/rjsf-material-ui [product-screenshot]: https://raw.githubusercontent.com/cybertec-postgresql/rjsf-material-ui/master/screenshot.png