File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,15 @@ npm i material-ui-react-jsonschema-form
17
17
18
18
## Overview
19
19
20
- This package exports a Form object that renders using material-ui by
20
+ This package exports a Form object that renders using [ material-ui] ( https://github.com/mui-org/material-ui ) by
21
21
default.
22
22
23
23
Unlike other similar packages, this is, a customization of
24
- react-jsonschema-form rather than a fork or reimplementation of it and
24
+ [ react-jsonschema-form] ( https://github.com/mozilla-services/react-jsonschema-form )
25
+ rather than a fork or reimplementation of it and
25
26
keeping up to date with that project should be quite a bit simpler.
26
27
27
- Use of this package should be roughly the same as ' mozilla-services/react-jsonschema-form' .
28
+ Use of this package should be roughly the same as [ react-jsonschema-form ] ( https://github.com/ mozilla-services/react-jsonschema-form) .
28
29
29
30
## Playground
30
31
You can’t perform that action at this time.
0 commit comments