File tree Expand file tree Collapse file tree 2 files changed +16
-19
lines changed Expand file tree Collapse file tree 2 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
7
< link rel ="stylesheet " href ="https://fonts.googleapis.com/icon?family=Material+Icons ">
8
- < title > react-jsonschema-form playground</ title >
9
- <!-- <link rel="stylesheet" id="theme" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> -->
8
+ < title > material-ui-react-jsonschema-form playground</ title >
10
9
</ head >
11
10
< body >
12
11
< div id ="app "> </ div >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
- < head >
4
- < meta charset ="utf-8 ">
5
- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
- < title > react-jsonschema-form playground</ title >
8
- < link rel ="stylesheet " id ="theme " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css ">
9
- < link rel ="stylesheet " href ="./styles.css ">
10
- </ head >
11
- < body >
12
- < div id ="app "> </ div >
13
- < p style ="text-align:center ">
14
- Powered by
15
- < a href ="https://github.com/mozilla-services/react-jsonschema-form "> react-jsonschema-form</ a > .
16
- Bootstrap themes courtsesy of
17
- < a href ="http://bootswatch.com/ "> Bootswatch</ a > and
18
- < a href ="https://github.com/aalpern/bootstrap-solarized/ "> bootstrap-solarized</ a > .
19
- </ p >
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
+ < title > material-ui-react-jsonschema-form playground</ title >
8
+ < link rel ="stylesheet " href ="https://fonts.googleapis.com/icon?family=Material+Icons ">
9
+ < link rel ="stylesheet " href ="./styles.css ">
10
+ </ head >
11
+ < body >
12
+ < div id ="app "> </ div >
13
+ < p style ="text-align:center ">
14
+ Powered by
15
+ < a href ="https://github.com/mozilla-services/react-jsonschema-form "> react-jsonschema-form</ a > .
16
+ Material UI customization by Chris Whatley in < a href ="https://github.com/cwhatley/material-ui-react-jsonschema-form "> material-ui-react-jsonschema-form</ a > using @material-ui/core and @material-ui/lab.
17
+ </ p >
20
18
< script src ="./bundle.js "> </ script >
21
19
</ body >
22
20
</ html >
You can’t perform that action at this time.
0 commit comments