-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathindex.html
461 lines (449 loc) · 26.3 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
<!DOCTYPE html>
<html lang="en">
<head>
<script>
var orgin = location.origin;
var baseref = location.href.split('#')[0].replace(orgin, '');
document.write('<base href=\"' + baseref + '\">');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W8WD8WN');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8" />
<meta name="description" content="Explore and learn Syncfusion React UI components library using large collection of feature-wise examples for each components.">
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="never"/>
<title>Demos, Examples of Syncfusion React UI Components</title>
<link rel="manifest" href="./manifest.webmanifest">
<link href="src/common/lib/content/roboto.css" rel="stylesheet">
<link href="src/common/lib/content/bootstrap.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet"></link>
<link rel="shortcut icon" href="favicon.ico" />
<style id="themelink"></style>
<link rel="stylesheet" type="text/css" href="./styles/index.css" />
<script>
var orgin = location.origin;
var baseref = location.href.split('#')[0].replace(orgin, '');
if (baseref.charAt(baseref.length - 1) !== '/') {
baseref += '/';
}
document.write('<base href="' + baseref + '">');
</script>
<script type="text/javascript">
if (/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) {
document.write('<script src="src/common/lib/content/bluebird.min.js"><\/script>');
document.write('<script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/2.4.1/shim.min.js"><\/script>');
if (window.NodeList && !NodeList.prototype.forEach) {
NodeList.prototype.forEach = Array.prototype.forEach;
}
}
</script>
</head>
<body class='e-view'>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W8WD8WN" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div hidden id="sync-analytics" data-queue="EJ2 - React - Demos"></div>
<aside id='left-sidebar' role="complementary" aria-labelledby="sb-toggle-left">
<div class='sb-left-pane e-view'>
<div class="sb-left-pane-header">
<div class="sb-header-top">
<div class="sb-ej2">
<div class="sb-mobile-logo"></div>
<div class="sb-name">Essential JS 2</div>
</div>
</div>
</div>
<div class="sb-home" onclick="document.getElementById('sb-home').click()">
<div class="sb-home-link sb-icons sb-icon-Home"></div>
<div class="sb-home-text">
<span>HOME</span>
</div>
<a id="sb-home" href="https://ej2.syncfusion.com/home/react.html" aria-label="Essential JS2 home page"></a>
</div>
<div id="left-pane-component"></div>
<div class='sb-left-pane-footer'>
<div class="sb-mobile-header-buttons">
<a href='https://www.syncfusion.com/react-ui-components' target="_blank" aria-label="About React component">
<div class="sb-mobile-header-about">
About</div>
</a>
<a href='https://www.syncfusion.com/downloads/react' target="_blank" aria-label="Pricing React components"><div class="sb-mobile-header-price">Pricing</div></a>
</div>
</div>
</div>
</aside>
<aside id='right-sidebar' class="sb-hide">
<div class="sb-mobile-right-pane">
<div class="sb-mobile-preference sb-hide"></div>
<div class="sb-mobile-prop-pane sb-hide"></div>
<div class="sb-mobile-right-pane-close sb-icons"></div>
</div>
</aside>
<div class="sample-browser e-view">
<div class="sb-mobile-overlay sb-hide"></div>
<div id='sample-header' class="sb-header e-view" role="banner">
<div class='sb-header-left sb-left sb-table'>
<div class='sb-header-item sb-table-cell'>
<div id="sb-toggle-left" role="button" tabindex="0" class="sb-slide-nav sb-icons toggle-active sb-icon-Hamburger" aria-label="Toggle all controls navigation" aria-controls="left-sidebar" title='toggle left pane'></div>
</div>
<div class='sb-header-item sb-table-cell'>
<div id='sb-header-text' class='e-sb-header-text'>
<span class='sb-header-text-left'>Essential Studio<sup>®</sup> for</span>
<span class='sb-header-text-right' role="button" tabindex="0">React</span>
</div>
</div>
<div class='sb-header-item sb-table-cell sb-lang-toggler-wrapper'>
<span id='sb-switcher' class='sb-lang-toggler sb-icons sb-icon-Dropdown' role="presentation"></span>
</div>
</div>
<div class='sb-header-right sb-right sb-table'>
<div class='sb-header-item sb-table-cell sb-nextjs-wrapper sb-hide'>
<a href='https://ej2.syncfusion.com/nextjs/demos' target="_blank"
aria-label="Next.js Demos (Opens in a new window)">
<button id='sb-nextjs-btn' type="button" class='e-btn e-lib e-link'>
<span class='sb-nextjs-text'>NEXT.JS DEMOS</span>
</button>
</a>
</div>
<div class='sb-header-item sb-table-cell sb-nextjs-mobile-wrapper sb-hide'>
<a href='https://ej2.syncfusion.com/nextjs/demos' target="_blank"
aria-label="Next.js Demos (Opens in a new window)">
<svg class="sb-nextjs-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180" width="20">
<mask height="180" id="a" maskUnits="userSpaceOnUse" width="180" x="0" y="0"
style="mask-type:alpha">
<circle cx="90" cy="90" r="90" />
</mask>
<g mask="url(#a)">
<circle cx="90" cy="90" data-circle="true" r="90" />
<path class="sb-nextjs-pathb" d="M149.508 157.52 69.142 54H54v71.97h12.114V69.384l73.885 95.461a90 90 0 0 0 9.509-7.325"
fill="url(#b)" />
<path class="sb-nextjs-pathc" fill="url(#c)" d="M115 54h12v72h-12z" />
</g>
<defs>
<linearGradient gradientUnits="userSpaceOnUse" id="b" x1="109" x2="144.5" y1="116.5"
y2="160.5">
<stop stop-color="#fff" />
<stop offset="1" stop-color="#fff" stop-opacity="0" />
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" id="c" x1="121" x2="120.799" y1="54"
y2="106.875">
<stop stop-color="#fff" />
<stop offset="1" stop-color="#fff" stop-opacity="0" />
</linearGradient>
</defs>
</svg>
</a>
</div>
<div class="sb-header-item sb-table-cell">
<div id="header-theme-switcher" role="button" tabindex="0" class="theme-wrapper" title="Theme selection" class="theme-wrapper">
<div id="sb-theme-text" class="sb-theme-text">
<span class="sb-header-text-left">CHOOSE THEME</span>
</div>
<div class="sb-theme-switcher-wrapper">
<span id="sb-theme-switcher" class="sb-theme-switch sb-icons sb-icon-Dropdown"></span>
</div>
</div>
</div>
<div class="sb-table-cell" id="dark-light-content"></div>
<div class="sb-table-cell sb-theme-splitter sb-download-splitter"></div>
<div class='sb-header-item sb-table-cell sb-search-wrapper'>
<div class='sb-search-btn' role="button" tabindex="0" aria-label="toggle sample search" title="Toggle sample search" id='sb-trigger-search'>
<span class='sb-settings sb-icons sb-icon-Search' role="presentation"></span>
</div>
</div>
<div class='sb-header-item sb-table-cell sb-settings-wrapper'>
<div class='sb-setting-btn' role="button" tabindex="0" aria-label="toggle settings menu">
<span class='sb-settings sb-icons sb-icon-Settings-Preferences' role="presentation"></span>
</div>
</div>
<div class="sb-header-item sb-table-cell sb-header-settings sb-icons"></div>
<div class="sb-header-splitter sb-download-splitter"></div>
<div class='sb-header-item sb-table-cell sb-download-wrapper'>
<a href='https://www.syncfusion.com/downloads?tag=es-seo-ej2-react-demo-menu-trail' target="_blank" aria-label="Free Trial (Opens in a new window)">
<button id='download-now' type="button" class='sb-download-btn'>
<span class='sb-download-text'>FREE TRIAL</span>
</button>
</a>
<!-- <a href='https://www.npmjs.com/search?q=ej2-react' target="_blank" aria-label="Intall NPM">
<button class='sb-npm-btn'>
<img class="npm-svg" src="styles/images/NPM.svg" alt="npm icon"></span><span class="doc-npm-link">Install NPM</span>
</button>
</a> -->
</div>
</div>
</div>
<div id='sb-popup-section' class='sb-popups'>
<div id='sb-switcher-popup' class='sb-switch-popup'>
<ul id='switch-sb'>
<li class='sb-current'>React</li>
<li>
<a id='nextjs'>Next.js</a>
</li>
<li>
<a id='angular'>Angular</a>
</li>
<li>
<a id='typescript'>JavaScript</a>
</li>
<li>
<a id='javascript'>JavaScript (ES5)</a>
</li>
<li>
<a id='aspnetcore'>ASP.NET Core</a>
</li>
<li>
<a id='aspnetmvc'>ASP.NET MVC</a>
</li>
<li>
<a id='vue'>Vue</a>
</li>
<li>
<a id='blazor'>Blazor</a>
</li>
</ul>
</div>
<div id='theme-switcher-popup' class='sb-theme-popup'>
<ul id="themelist" class="options">
<li class="e-list" id="material3">
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
<span class="switch-text">Material 3</span>
</li>
<li class="e-list" id="bootstrap5">
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
<span class="switch-text">Bootstrap 5</span>
</li>
<li class="e-list" id="fluent2">
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
<span class="switch-text">Fluent 2</span>
</li>
<li class="e-list" id="tailwind3">
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
<span class="switch-text">Tailwind CSS</span>
</li>
<li class="e-list" id="fluent2-highcontrast">
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
<span class="switch-text">Fluent 2 High Contrast</span>
</li>
<li class="e-list sb-hide" id="highcontrast">
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
<span class="switch-text">High Contrast</span>
</li>
<li class="e-list sb-hide" id="tailwind">
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
<span class="switch-text">Tailwind</span>
</li>
<li class="e-list sb-hide" id="fluent">
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
<span class="switch-text">Fluent</span>
</li>
</ul>
<div class="sb-theme-studio"><a target="_blank" href="https://ej2.syncfusion.com/themestudio/?theme=fluent2" aria-label="Go to Theme Studio">Go to Theme Studio</a></div>
</div>
<div id='settings-popup' class='sb-setting-popup'>
<div class='sb-setting-header'>
<span> Preferences
</span>
</div>
<div class='sb-setting-content'>
<div class='sb-setting-item sb-setting-theme-section'>
<div class='setting-label'>
<div class='sb-icons sb-setting-icons sb-icon-Palette'></div>
<div class='sb-setting-text'>Theme Selection</div>
</div>
<div class='setting-content setting-theme-change'>
<select id='sb-setting-theme' class='sb-setting-theme-select'>
<option value="material3">Material 3</option>
<option value="bootstrap5">Bootstrap 5</option>
<option value="fluent2">Fluent 2</option>
<option value="tailwind3">Tailwind CSS</option>
<option value="fluent2-highcontrast">Fluent 2 High Contrast</option>
<option value="highcontrast">High Contrast</option>
<option value="tailwind">Tailwind</option>
<option value="fluent">Fluent</option>
</select>
</div>
</div>
<div class='sb-setting-item sb-responsive-section'>
<div class='setting-label'>
<div class='sb-icons sb-setting-icons sb-icon-Responsive'></div>
<div class='sb-setting-text'>Mode Selection</div>
</div>
<div class='setting-content btn-group setting-responsive'>
<div id='touch' class="sb-responsive-items set-border-radious-touch">Touch</div>
<div id='mouse' class="sb-responsive-items set-border-radious-mouse">Mouse</div>
</div>
</div>
<div class="sb-setting-item" id="theme-mode">
<div class="theme-mode-label">
<div class="sb-icons " id="mobile-mode-icon"></div>
<div class='mode-label'>Theme Modes</div>
</div>
<div class="sb-theme-option">
<select id="sb-theme-mode">
<option value="Light">Light Mode</option>
<option value="Dark">Dark Mode</option>
</select>
</div>
</div>
<div class='sb-setting-item sb-setting-culture'>
<div class='setting-label'>
<div class='sb-icons sb-setting-icons sb-icon-Localization'></div>
<div class='sb-setting-text'>Localization</div>
</div>
<div class='setting-content'>
<select id='sb-setting-culture' class='sb-setting-culture-select'>
<option value="en">English</option>
<option value="de">German - Germany*</option>
<option value="fr-CH">French - Switzerland*</option>
<option value="ar">Arabic*</option>
<option value="zh">Chinese - China*</option>
</select>
</div>
<div class="sb-setting-translate">
<span>* Translated by Google Translator</span>
</div>
</div>
<div class='sb-setting-item sb-setting-currency'>
<div class='setting-label'>
<div class='sb-icons sb-setting-icons sb-icon-Currency'></div>
<div class='sb-setting-text'>Currency</div>
</div>
<div class='setting-content'>
<select id='sb-setting-currency' class='sb-setting-currency-content'>
<option value="USD">USD</option>
<option value="EUR">EUR</option>
<option value="AED">AED</option>
<option value="CHF">CHF</option>
<option value="CNY">CNY</option>
</select>
</div>
</div>
</div>
</div>
</div>
<div class="sb-content e-view">
<div class='sb-right-pane e-view' id='right-pane'>
<div class="sb-content-overlay">
<div class="sb-loading">
<svg class="circular" height="40" width="40">
<circle class="path" cx="25" cy="25" r="20" fill="none" stroke-width="6" stroke-miterlimit="10" />
</svg>
</div>
</div>
<div class='sb-desktop-wrapper'>
<div id='component-name' class='sb-component-name sb-rightpane-padding'>
<h1 class='sb-sample-text' role="heading" aria-level="1"></h1>
</div>
<div id='sample-bread-crumb' class='sb-bread-crumb sb-rightpane-padding'>
<div class='sb-bread-crumb-text'>
<div class='category-text bread-ctext'> </div>
<div class='category-seperator sb-icons sb-icon-Next seperator'> </div>
<div class='component bread-ctext'></div>
<div class="component-seperator sb-icons sb-icon-Next seperator"> </div>
<div class='crumb-sample '></div>
</div>
</div>
<div class='sb-action-description sb-rightpane-padding'></div>
<div id='tab-component'></div>
<div class='description-section sb-rightpane-padding'>
</div>
<div class="banner-wrapper">
<div id='ad-image' class="banner-img">
<div class="row">
<div class="col-sm-12">
<div class="col-sm-12">
<div id="banner-head" class="banner-header">Transform your React web apps today with Syncfusion<sup>®</sup> React components</div>
</div>
<div class="col-sm-12 cnt-area">
<div class="content-area">
<div class="banner-cnt-pt">
<div class="banner-cnt-icon click-icon sb-icons sb-icon-icon-selection"></div>
<div class="cnt-text">80+ high-performance and responsive UI components</div>
</div>
<div class="banner-cnt-pt">
<div class="banner-cnt-icon click-icon sb-icons sb-icon-icon-selection"></div>
<div class="cnt-text">Dedicated support</div>
</div>
<div class="banner-cnt-pt">
<div class="banner-cnt-icon click-icon sb-icons sb-icon-icon-selection"></div>
<div class="cnt-text">Hassle-free licensing</div>
</div>
</div>
<a style="color:#ffff;text-decoration:none;"
href="https://www.syncfusion.com/downloads?tag=es-seo-ej2-react-demo-ads-trail" aria-label="Try it for free - Opens in a new window">
<div class="free-trial">TRY IT FOR FREE</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="sb-footer">
<div class="sb-footer-left">
<div class="sb-footer-links">
<a href="http://ej2.syncfusion.com/react/documentation" target="_blank" aria-label="Documentation - Opens in a new window">
<div class="sb-footer-link">Documentation</div>
</a>
<a href="https://www.syncfusion.com/forums/react-js2" target="_blank" aria-label="Forum - Opens in a new window">
<div class="sb-footer-link">Forum</div>
</a>
<a href="https://syncfusion.com/blogs" target="_blank" aria-label="Blog - Opens in a new window">
<div class="sb-footer-link">Blog</div>
</a>
<a href="https://www.syncfusion.com/kb" target="_blank" aria-label="Knowledge base - Opens in a new window">
<div class="sb-footer-link">Knowledge Base</div>
</a>
</div>
<div class="sb-footer-copyright"></div>
</div>
<div class="sb-footer-logo">
<a href="//www.syncfusion.com" target="_blank" aria-label="Syncfusion logo">
<div class="sb-footer-logo-icon"></div>
</a>
</div>
</div>
</div>
</div>
<div class="sb-body-overlay e-view">
<div class="sb-loading">
<svg class="circular" height="40" width="40">
<circle class="path" cx="25" cy="25" r="20" fill="none" stroke-width="6" stroke-miterlimit="10" />
</svg>
</div>
</div>
<div class="e-search-overlay sb-hide">
<div class='sb-search-input' id='search-input-wrapper' data-value=''>
<input type='text' class="e-icons" id='search-input' onkeyup='this.parentElement.setAttribute("data-value",this.value)' class='e-icons' placeholder="Search here..." />
<span class='e-icons sb-reset-icon'></span>
<span class='e-icons sb-search-icon'></span>
</div>
<div id='search-popup' class='sb-search-result' ></div>
</div>
<div class='sb-mobilefooter e-view sample-navigation' id='mobile-footer'>
<button id='mobile-prev-sample' class="sb-navigation-prev sb-left">
PREVIOUS
</button>
<button id='mobile-next-sample' class="sb-navigation-next sb-right">
NEXT
</button>
</div>
</div>
</div>
<script id="template" type="text/x-template">
<a href="${link}" target="_blank">${name}</a>
</script>
<script id="template-description" type="text/x-template">
<div class='sb-sample-description'>
<div class='sb-api-content'>${description}</div>
</div>
</script>
<script src="./dist/common.bundle.js"></script>
<script src="./dist/bundle.js"></script>
</body>
</html>