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 55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
77 < 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 >
109 </ head >
1110 < body >
1211 < div id ="app "> </ div >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< 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 >
2018 < script src ="./bundle.js "> </ script >
2119</ body >
2220</ html >
You can’t perform that action at this time.
0 commit comments