Skip to content

Commit 959438e

Browse files
committed
fix: issues resolved with range picker
1 parent 88826d0 commit 959438e

File tree

5 files changed

+81
-90
lines changed

5 files changed

+81
-90
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,18 @@ A [**Material UI**](http://www.material-ui.com/) port of [**jsonschema-form.**](
99

1010
A [**live playground**](https://react-jsonschema-form-material-ui.github56.now.sh/) and [**Detailed Docs**](https://react-json-schema.app/docs)
1111

12-
## Install instructions via npm
12+
## Install instructions via npm (MUI 5+)
1313

1414
```text
1515
npm install --save react-jsonschema-form-material-ui
1616
```
1717
>Follow [Releases page](https://github.com/vip-git/react-jsonschema-form-material-ui/releases) to use latest or preleased tags.
1818
19+
#### For legacy version of < MUI 4
20+
```text
21+
npm install --save react-jsonschema-form-material-ui@3.0.0-mui-4
22+
```
23+
1924
## Basic Example Usage
2025
```jsx
2126
// Library

package-lock.json

Lines changed: 58 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"react": "^16 || ^17.0.1",
6565
"react-dom": "^16 || ^17.0.1",
6666
"react-hot-loader": "4.13.0",
67-
"react-material-ui-5-date-range-picker": "1.0.12",
67+
"react-material-ui-5-date-range-picker": "5.0.1",
6868
"react-number-format": "4.5.0",
6969
"react-select": "4.1.0",
7070
"slate": "0.47.9",

0 commit comments

Comments
 (0)