1+ <!DOCTYPE html>
2+ < html lang ="en " class ="h-100 ">
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6+ < title > React JSON Form Playground</ title >
7+ < meta name ="description " content ="react-json-form docs, live demos and playground ">
8+ < link rel ="icon " type ="image/x-icon " href ="/react-json-form/favicon.ico ">
9+ < link rel ="apple-touch-icon " href ="/react-json-form/apple-touch-icon.png " sizes ="180x180 ">
10+ < link rel ="stylesheet " type ="text/css " href ="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/css/bootstrap.min.css ">
11+ < link rel ="stylesheet " type ="text/css " href ="/react-json-form/static/css/docs.css ">
12+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
13+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
14+ < link href ="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&display=swap " rel ="stylesheet ">
15+ </ head >
16+
17+ < body class ="d-flex flex-column h-100 ">
18+
19+ < div class ="flex-grow-1 flex-shrink-0 ">
20+ < div class ="top-nav ">
21+ < div class ="container-xl ">
22+ < div class ="row ">
23+ < div class ="col-6 ">
24+ < img src ="static/img/logo.svg " alt ="React Json Form " class ="logo ">
25+ </ div >
26+ < div class ="col-6 top-nav-menu ">
27+ < a href ="https://github.com/bhch/react-json-form ">
28+ < svg xmlns ="http://www.w3.org/2000/svg " width ="1em " height ="1em " fill ="currentColor " class ="bi bi-github " viewBox ="0 0 16 16 ">
29+ < path d ="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z "/>
30+ </ svg >
31+ < strong > Github</ strong >
32+ </ a >
33+ </ div >
34+ </ div >
35+ </ div >
36+ </ div >
37+
38+ < div class ="page-heading text-center ">
39+ < h1 > PLAYGROUND</ h1 >
40+ </ div >
41+
42+ < div class ="container-xl ">
43+ < div id ="playgroundRoot ">
44+ < div class ="my-5 py-5 ">
45+ < pre class ="d-table mx-auto " style ="line-height: 1.1; ">
46+ _
47+ .__(.)< (LOADING)
48+ \___)
49+ </ pre >
50+ < div class ="progress mx-auto mt-3 w-25 " style ="min-width: 100px; ">
51+ < div class ="progress-bar progress-bar-striped progress-bar-animated w-100 "> </ div >
52+ </ div >
53+
54+ </ div >
55+ </ div >
56+ </ div >
57+ </ div >
58+
59+ < div class ="flex-grow-0 flex-shrink-1 " style ="margin-top: 200px; ">
60+ < div class ="footer ">
61+ < div class ="container-xl ">
62+ < div class ="row ">
63+ < div class ="col-4 ">
64+ < img src ="static/img/logo.svg " alt ="React Json Form " class ="logo ">
65+ </ div >
66+ < div class ="col-8 text-right pt-3 ">
67+ < a href ="https://github.com/bhch/react-json-form ">
68+ < svg xmlns ="http://www.w3.org/2000/svg " width ="1em " height ="1em " fill ="currentColor " class ="bi bi-github " viewBox ="0 0 16 16 ">
69+ < path d ="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z "/>
70+ </ svg >
71+ < strong > View on Github</ strong >
72+ </ a >
73+ </ div >
74+ </ div >
75+ </ div >
76+ </ div >
77+ </ div >
78+
79+ < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/react/17.0.2/umd/react.production.min.js "> </ script >
80+ < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/react-dom/17.0.2/umd/react-dom.production.min.js "> </ script >
81+ < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/react-modal/3.15.1/react-modal.min.js "> </ script >
82+
83+ < script type ="text/javascript " src ="/react-json-form/static/js/docs.js "> </ script >
84+ </ body >
85+ </ html >
0 commit comments