Skip to content
This repository was archived by the owner on Jun 1, 2020. It is now read-only.

Commit a7f083f

Browse files
committed
Merge branch 'master' of github.com:cybertec-postgresql/rjsf-material-ui
2 parents d0ddc17 + e957127 commit a7f083f

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<h3 align="center">rjsf-material-ui</h3>
3434

3535
<p align="center">
36-
Material-ui theme, fields and widgets for `react-jsonschema-form`.
36+
Material-UI theme, fields and widgets for <a href="https://github.com/mozilla-services/react-jsonschema-form/"><code>react-jsonschema-form</code></a>.
3737
<br />
3838
<a href="https://github.com/cybertec-postgresql/rjsf-material-ui"><strong>Explore the docs »</strong></a>
3939
<br />
@@ -69,11 +69,12 @@
6969

7070
[![rjsf-material-ui Screen Shot][product-screenshot]](https://cybertec-postgresql.github.io/rjsf-material-ui)
7171

72-
Export `material-ui` theme, fields and widgets for `react-jsonschema-form`.
72+
Exports `material-ui` theme, fields and widgets for `react-jsonschema-form`.
7373

7474
### Built With
75+
7576
* [react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form/)
76-
* [Material-ui](https://material-ui.com/)
77+
* [Material-UI](https://material-ui.com/)
7778
* [Typescript](https://www.typescriptlang.org/)
7879

7980

@@ -82,12 +83,16 @@ Export `material-ui` theme, fields and widgets for `react-jsonschema-form`.
8283
## Getting Started
8384

8485
### Prerequisites
85-
You have to add as dependency `@material-ui/core`, `@material-ui/icons` and `@material-ui/lab`.
86+
87+
- `@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))
88+
- `@material-ui/icons`
89+
- `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))
8690
```sh
87-
yarn add @material-ui/core @material-ui/icons @material-ui/lab
91+
yarn add @material-ui/core @material-ui/icons react-jsonschema-form
8892
```
8993

9094
### Installation
95+
9196
```sh
9297
yarn add rjsf-material-ui
9398
```

0 commit comments

Comments
 (0)