This repository has been archived by the owner on Mar 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
176 lines (143 loc) · 8.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en" id="xo-portal" class="nsp-grid nsp-grid-3rc">
<head>
<meta charset="utf-8" />
<meta name="color-scheme" content="dark">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="shortcut icon" href="/favicon.ico" />
<!-- Primary Meta Tags -->
<title>XO-JS - Extraordinary JavaScript</title>
<meta name="title" content="XO-JS - Next Level Form Generator">
<meta name="description"
content="XO-JS - Developer-friendly, Flexible and Extensible, Vanilla JavaScript (ES6) Form Generation using declarative JSON syntax">
<meta name="keywords" content="XO-JS, Forms, HTML Forms, XForms, Wufoo, JotForm, Formstack, TypeForm" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.xo-js.dev/">
<meta property="og:title" content="XO-JS - Next Level Form Generator">
<meta property="og:description"
content="XO-JS - Developer-friendly, Flexible and Extensible, Vanilla JavaScript (ES6) Form Generation using declarative JSON syntax">
<meta property="og:image" content="https://www.xo-js.dev/img/screenshot.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.xo-js.dev/">
<meta property="twitter:title" content="XO-JS - Next Level Form Generator">
<meta property="twitter:description"
content="XO-JS - Developer-friendly, Flexible and Extensible, Vanilla JavaScript (ES6) Form Generation using declarative JSON syntax">
<meta property="twitter:image" content="https://www.xo-js.dev/img/screenshot.png">
<link rel="stylesheet" href="/css/xo-portal.css?v2.0.10" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/themify-icons/0.1.2/css/themify-icons.css" />
<script defer src="/dist/xo.js?v2.0.10"></script>
<script defer src="/dist/portal.js?v2.0.10"></script>
</head>
<body>
<header>
<section data-pwa-area="header"></section>
<section data-pwa-area="headerright"></section>
</header>
<main data-resize-grid="160px 1fr 40%">
<section data-pwa-area="menu"></section>
<section data-pwa-area="main" data-reset="route"></section>
<section data-pwa-area="panel" class="pwa-pinnable" data-reset="route"></section>
</main>
<footer>Proudly developed as Open Source by Neerventure - © 2021 - <a title="Contact us"
href="mailto:info@xo-js.dev"><span class="ti-email"></span></a></footer>
<span id="forkongithub"><a href="https://github.com/mvneerven/xo">Fork me on GitHub</a></span>
<span class="hidden" id="main-data">
<div>
<div class="hero">
<h2>XO-JS</h2>
<h3>Next Level Forms Generation</h3>
<div id="summary">
<img id="logo" width="200" src="img/logo.png" alt="XO Logo" />
<p>XO-JS is a compact, developer-friendly, pure JavaScript (ES6) Component Library that helps with
<a href="#/docs/md/pwa/index.md">Progressive Web App</a> development and includes a <a
href="#/docs/md/exo/index.md">Declarative Web Forms Engine</a>
</p>
<img class="box" width="95%" src="https://xo-js.dev/assets/img/commodity.png" alt="XO Factsheet" />
<h3>Foundations</h3>
<p>
The XO-JS components are the result of a lifetime experience in Web Development,
a passion for clean, high performing JavaScript and a continuous quest for the perfect SPA/PWA.
</p>
<p>
<a href="https://www.linkedin.com/in/mvneerven/" target="_blank">Marc van Neerven</a> has
developed an award winning CMS (Smartsite), written a W3C XForms Compliant Forms Engine, and is
the author of the <a target="_blank" href="https://medium.com/cto-as-a-service">'Naked SPA' blog
series</a> on
Medium.com.
</p>
</div>
<div id="features">
<h3>Features</h3>
<ul class="progressive">
<li>Declarative JSON/JS syntax</li>
<li>Single & Multi-step forms (Wizards)</li>
<li>Surveys, custom paging</li>
<li>Typed, nested POST data for easy REST/GraphQL calls</li>
<li>Dual binding to data models</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Glossary/Semantics"
target="_blank">Semantic HTML</a>, CSS3 Grid</li>
<li>HTML5 & Inline validations, plus any custom validation</li>
<li>Extremely Developer-Friendly (<a href="https://codepen.io/collection/XLwaxp"
target="_blank">see for yourself</a>)</li>
<li>All <a href="https://html.spec.whatwg.org/multipage/forms.html" target="_blank">standard
HTML5 controls</a>, plus many more</li>
<li><a href="https://ckeditor.com/" target="_blank">CKEditor</a>,
<a href="https://ace.c9.io/" target="_blank">ACE Editor</a>,
<a href="https://microsoft.github.io/monaco-editor/">MonacoEditor included</a>
</li>
<li>Flexible and Extensible</li>
<li><a href="https://vanillajstoolkit.com/" target="_blank">Vanilla JavaScript</a> (ES6) </li>
<li>No dependencies</li>
<li>Open Sourced on <a href="https://github.com/mvneerven/xo" target="_blank">GitHub</a>
& <a href="https://www.npmjs.com/package/@mvneerven/xo-js" target="_blank">NPM</a></li>
<li><a href="/studio">Builder environment</a> included</li>
<li>Easy integration in Vue, Angular, React, etc.</li>
<li><a href="https://codepen.io/collection/XLwaxp" target="_blank">CodePen examples</a>
available
</li>
</ul>
</div>
<div id="sources">
<h3>Other sources</h3>
<ul>
<li>
<a href="https://codepen.io/collection/XLwaxp" target="_blank">CodePen </a>
<div>
<small>CodePen Examples</small>
</div>
</li>
<li>
<a href="https://github.com/mvneerven/xo" target="_blank">GitHub</a>
<div>
<small>XO-JS on GitHub</small>
</div>
</li>
<li>
<a href="https://www.npmjs.com/package/@mvneerven/xo-js" target="_blank">NPM</a>
<div>
<small>XO-JS on NPM</small>
</div>
</li>
<li>
<a href="/docs/md/refdocs/toc.md">Reference</a>
<div>
<small>XO-JS Library Technical Reference</small>
</div>
</li>
</ul>
</div>
</div>
</div>
</span>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-91183125-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){console.log(arguments); dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '91183125');
</script> -->
</body>
</html>