Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybertec-postgresql/rjsf-material-ui
[Archived] Material UI theme for react-jsonschema-form.
https://github.com/cybertec-postgresql/rjsf-material-ui
material-ui react-jsonschema-form react-jsonschema-form-theme rjsf-material-ui
Last synced: 3 months ago
JSON representation
[Archived] Material UI theme for react-jsonschema-form.
- Host: GitHub
- URL: https://github.com/cybertec-postgresql/rjsf-material-ui
- Owner: cybertec-postgresql
- License: mit
- Archived: true
- Created: 2019-07-04T16:31:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T16:22:26.000Z (over 4 years ago)
- Last Synced: 2024-09-23T17:02:18.837Z (3 months ago)
- Topics: material-ui, react-jsonschema-form, react-jsonschema-form-theme, rjsf-material-ui
- Language: TypeScript
- Homepage: https://cybertec-postgresql.github.io/rjsf-material-ui/
- Size: 5.77 MB
- Stars: 62
- Watchers: 6
- Forks: 25
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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]
rjsf-material-ui
Material-UI theme, fields and widgets forreact-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) - [email protected] - 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