You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,14 @@ react-jsonschema-form
5
5
6
6
A simple [React](http://facebook.github.io/react/) component capable of building HTML forms out of a [JSON schema](http://jsonschema.net/).
7
7
8
-
Requires React 0.14+.
8
+
A [live demo](https://mozilla-services.github.io/react-jsonschema-form/) is hosted on gh-pages.
9
+
10
+

9
11
10
12
## Installation
11
13
14
+
Requires React 0.14+.
15
+
12
16
As a npm-based project dependency:
13
17
14
18
```
@@ -108,10 +112,7 @@ Here's a list of supported alternative widgets for different JSONSchema data typ
108
112
$ npm start
109
113
```
110
114
111
-
A [Cosmos development server](https://github.com/skidding/cosmos) showcasing components with hot reload enabled is available at [localhost:8080](http://localhost:8080).
112
-
113
-

114
-
115
+
A live development server showcasing components with hot reload enabled is available at [localhost:8080](http://localhost:8080).
0 commit comments