Skip to content

Commit adfd19e

Browse files
author
Christopher Whatley
committed
TOC + readme update
1 parent 6d3fc50 commit adfd19e

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1-
## Table of Contents
2-
31
material-ui-react-jsonschema-form
42
==================================
53

4+
## Table of Contents
5+
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+
620
This package exports a Form object that renders using material-ui by
721
default.
822

@@ -12,4 +26,6 @@ keeping up to date with that project should be quite a bit simpler.
1226

1327
Use of this package should be roughly the same as 'mozilla-services/react-jsonschema-form'.
1428

29+
## Playground
30+
1531
You can launch a playground that has been ported to material-ui via 'npm start'.

0 commit comments

Comments
 (0)