We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3fc50 commit adfd19eCopy full SHA for adfd19e
README.md
@@ -1,8 +1,22 @@
1
-## Table of Contents
2
-
3
material-ui-react-jsonschema-form
4
==================================
5
+## Table of Contents
+
6
+ - [Installation](#installation)
7
+ - [Overview](#overview)
8
+ - [Playground](#playground)
9
10
+---
11
12
+## Installation
13
14
+```
15
+npm i material-ui-react-jsonschema-form
16
17
18
+## Overview
19
20
This package exports a Form object that renders using material-ui by
21
default.
22
@@ -12,4 +26,6 @@ keeping up to date with that project should be quite a bit simpler.
26
27
Use of this package should be roughly the same as 'mozilla-services/react-jsonschema-form'.
28
29
+## Playground
30
31
You can launch a playground that has been ported to material-ui via 'npm start'.
0 commit comments