-
Notifications
You must be signed in to change notification settings - Fork 229
/
form-components.html
646 lines (646 loc) · 38.8 KB
/
form-components.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
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
<!doctype html>
<html class="no-js h-100" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Shards Dashboard Lite - Free Bootstrap Admin Template – DesignRevision</title>
<meta name="description" content="A high-quality & free Bootstrap admin dashboard template pack that comes with lots of templates and components.">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" id="main-stylesheet" data-version="1.1.0" href="styles/shards-dashboards.1.1.0.min.css">
<link rel="stylesheet" href="styles/extras.1.1.0.min.css">
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body class="h-100">
<div class="color-switcher animated">
<h5>Accent Color</h5>
<ul class="accent-colors">
<li class="accent-primary active" data-color="primary">
<i class="material-icons">check</i>
</li>
<li class="accent-secondary" data-color="secondary">
<i class="material-icons">check</i>
</li>
<li class="accent-success" data-color="success">
<i class="material-icons">check</i>
</li>
<li class="accent-info" data-color="info">
<i class="material-icons">check</i>
</li>
<li class="accent-warning" data-color="warning">
<i class="material-icons">check</i>
</li>
<li class="accent-danger" data-color="danger">
<i class="material-icons">check</i>
</li>
</ul>
<div class="actions mb-4">
<a class="mb-2 btn btn-sm btn-primary w-100 d-table mx-auto extra-action" href="https://designrevision.com/downloads/shards-dashboard-lite/">
<i class="material-icons">cloud</i> Download</a>
<a class="mb-2 btn btn-sm btn-white w-100 d-table mx-auto extra-action" href="https://designrevision.com/docs/shards-dashboard-lite">
<i class="material-icons">book</i> Documentation</a>
</div>
<div class="social-wrapper">
<div class="social-actions">
<h5 class="my-2">Help us Grow</h5>
<div class="inner-wrapper">
<a class="github-button" href="https://github.com/DesignRevision/shards-dashboard" data-icon="octicon-star" data-show-count="true" aria-label="Star DesignRevision/shards-dashboard on GitHub">Star</a>
<!-- <iframe style="width: 91px; height: 21px;"src="https://yvoschaap.com/producthunt/counter.html#href=https%3A%2F%2Fwww.producthunt.com%2Fr%2Fp%2F112998&layout=wide" width="56" height="65" scrolling="no" frameborder="0" allowtransparency="true"></iframe> -->
</div>
</div>
<div id="social-share" data-url="https://designrevision.com/downloads/shards-dashboard-lite/" data-text="🔥 Check out Shards Dashboard Lite, a free and beautiful Bootstrap 4 admin dashboard template!" data-title="share"></div>
<div class="loading-overlay">
<div class="spinner"></div>
</div>
</div>
<div class="close">
<i class="material-icons">close</i>
</div>
</div>
<div class="color-switcher-toggle animated pulse infinite">
<i class="material-icons">settings</i>
</div>
<div class="container-fluid">
<div class="row">
<!-- Main Sidebar -->
<aside class="main-sidebar col-12 col-md-3 col-lg-2 px-0">
<div class="main-navbar">
<nav class="navbar align-items-stretch navbar-light bg-white flex-md-nowrap border-bottom p-0">
<a class="navbar-brand w-100 mr-0" href="#" style="line-height: 25px;">
<div class="d-table m-auto">
<img id="main-logo" class="d-inline-block align-top mr-1" style="max-width: 25px;" src="images/shards-dashboards-logo.svg" alt="Shards Dashboard">
<span class="d-none d-md-inline ml-1">Shards Dashboard</span>
</div>
</a>
<a class="toggle-sidebar d-sm-inline d-md-none d-lg-none">
<i class="material-icons"></i>
</a>
</nav>
</div>
<form action="#" class="main-sidebar__search w-100 border-right d-sm-flex d-md-none d-lg-none">
<div class="input-group input-group-seamless ml-3">
<div class="input-group-prepend">
<div class="input-group-text">
<i class="fas fa-search"></i>
</div>
</div>
<input class="navbar-search form-control" type="text" placeholder="Search for something..." aria-label="Search"> </div>
</form>
<div class="nav-wrapper">
<ul class="nav flex-column">
<li class="nav-item">
<a class="nav-link " href="index.html">
<i class="material-icons">edit</i>
<span>Blog Dashboard</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="components-blog-posts.html">
<i class="material-icons">vertical_split</i>
<span>Blog Posts</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="add-new-post.html">
<i class="material-icons">note_add</i>
<span>Add New Post</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="form-components.html">
<i class="material-icons">view_module</i>
<span>Forms & Components</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="tables.html">
<i class="material-icons">table_chart</i>
<span>Tables</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="user-profile-lite.html">
<i class="material-icons">person</i>
<span>User Profile</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="errors.html">
<i class="material-icons">error</i>
<span>Errors</span>
</a>
</li>
</ul>
</div>
</aside>
<!-- End Main Sidebar -->
<main class="main-content col-lg-10 col-md-9 col-sm-12 p-0 offset-lg-2 offset-md-3">
<div class="main-navbar sticky-top bg-white">
<!-- Main Navbar -->
<nav class="navbar align-items-stretch navbar-light flex-md-nowrap p-0">
<form action="#" class="main-navbar__search w-100 d-none d-md-flex d-lg-flex">
<div class="input-group input-group-seamless ml-3">
<div class="input-group-prepend">
<div class="input-group-text">
<i class="fas fa-search"></i>
</div>
</div>
<input class="navbar-search form-control" type="text" placeholder="Search for something..." aria-label="Search"> </div>
</form>
<ul class="navbar-nav border-left flex-row ">
<li class="nav-item border-right dropdown notifications">
<a class="nav-link nav-link-icon text-center" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="nav-link-icon__wrapper">
<i class="material-icons"></i>
<span class="badge badge-pill badge-danger">2</span>
</div>
</a>
<div class="dropdown-menu dropdown-menu-small" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="#">
<div class="notification__icon-wrapper">
<div class="notification__icon">
<i class="material-icons"></i>
</div>
</div>
<div class="notification__content">
<span class="notification__category">Analytics</span>
<p>Your website’s active users count increased by
<span class="text-success text-semibold">28%</span> in the last week. Great job!</p>
</div>
</a>
<a class="dropdown-item" href="#">
<div class="notification__icon-wrapper">
<div class="notification__icon">
<i class="material-icons"></i>
</div>
</div>
<div class="notification__content">
<span class="notification__category">Sales</span>
<p>Last week your store’s sales count decreased by
<span class="text-danger text-semibold">5.52%</span>. It could have been worse!</p>
</div>
</a>
<a class="dropdown-item notification__all text-center" href="#"> View all Notifications </a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-nowrap px-3" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
<img class="user-avatar rounded-circle mr-2" src="images/avatars/0.jpg" alt="User Avatar">
<span class="d-none d-md-inline-block">Sierra Brooks</span>
</a>
<div class="dropdown-menu dropdown-menu-small">
<a class="dropdown-item" href="user-profile-lite.html">
<i class="material-icons"></i> Profile</a>
<a class="dropdown-item" href="components-blog-posts.html">
<i class="material-icons">vertical_split</i> Blog Posts</a>
<a class="dropdown-item" href="add-new-post.html">
<i class="material-icons">note_add</i> Add New Post</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item text-danger" href="#">
<i class="material-icons text-danger"></i> Logout </a>
</div>
</li>
</ul>
<nav class="nav">
<a href="#" class="nav-link nav-link-icon toggle-sidebar d-md-inline d-lg-none text-center border-left" data-toggle="collapse" data-target=".header-navbar" aria-expanded="false" aria-controls="header-navbar">
<i class="material-icons"></i>
</a>
</nav>
</nav>
</div>
<!-- / .main-navbar -->
<div class="alert alert-accent alert-dismissible fade show mb-0" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<i class="fa fa-info mx-2"></i>
<strong>How you doin'?</strong> I'm just a friendly, good-looking notification message and I come in all the colors you can see below. Pretty cool, huh? </div>
<div class="main-content-container container-fluid px-4">
<!-- Page Header -->
<div class="page-header row no-gutters py-4 mb-3 border-bottom">
<div class="col-12 col-sm-4 text-center text-sm-left mb-0">
<span class="text-uppercase page-subtitle">Overview</span>
<h3 class="page-title">Forms & Components</h3>
</div>
</div>
<!-- End Page Header -->
<div class="row mb-2">
<div class="col-12">
<span style="font-size: 16px;" class="d-block mb-2 text-muted">
<strong>Colors</strong>
</span>
</div>
<div class="col mb-4">
<div class="bg-primary rounded text-white text-center p-3" style="box-shadow: inset 0 0 5px rgba(0,0,0,.2);">Primary</div>
</div>
<div class="col mb-4">
<div class="bg-secondary rounded text-white text-center p-3" style="box-shadow: inset 0 0 5px rgba(0,0,0,.2);">Secondary</div>
</div>
<div class="col mb-4">
<div class="bg-success rounded text-white text-center p-3" style="box-shadow: inset 0 0 5px rgba(0,0,0,.2);">Success</div>
</div>
<div class="col mb-4">
<div class="bg-info rounded text-white text-center p-3" style="box-shadow: inset 0 0 5px rgba(0,0,0,.2);">Info</div>
</div>
<div class="col mb-4">
<div class="bg-warning rounded text-white text-center p-3" style="box-shadow: inset 0 0 5px rgba(0,0,0,.2);">Warning</div>
</div>
<div class="col mb-4">
<div class="bg-danger rounded text-white text-center p-3" style="box-shadow: inset 0 0 5px rgba(0,0,0,.2);">Danger</div>
</div>
<div class="col mb-4">
<div class="bg-dark rounded text-white text-center p-3" style="box-shadow: inset 0 0 5px rgba(0,0,0,.2);">Dark</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 mb-4">
<div class="card card-small mb-4">
<div class="card-header border-bottom">
<h6 class="m-0">Form Inputs</h6>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item p-0 px-3 pt-3">
<div class="row">
<div class="col-sm-12 col-md-4 mb-3">
<!-- Checkboxes -->
<strong class="text-muted d-block mb-2">Checkboxes</strong>
<fieldset>
<div class="custom-control custom-checkbox mb-1">
<input type="checkbox" class="custom-control-input" id="formsCheckboxDefault">
<label class="custom-control-label" for="formsCheckboxDefault">Default</label>
</div>
<div class="custom-control custom-checkbox mb-1">
<input type="checkbox" class="custom-control-input" id="formsCheckboxChecked" checked>
<label class="custom-control-label" for="formsCheckboxChecked">Checked</label>
</div>
<div class="custom-control custom-checkbox mb-1">
<input type="checkbox" class="custom-control-input" id="formsCheckboxDisabled" disabled>
<label class="custom-control-label" for="formsCheckboxDisabled">Disabled</label>
</div>
<div class="custom-control custom-checkbox mb-1">
<input type="checkbox" class="custom-control-input" id="formsCheckboxDisabledChecked" disabled checked>
<label class="custom-control-label" for="formsCheckboxDisabledChecked">Disabled Checked</label>
</div>
</fieldset>
<!-- / Checkboxes -->
</div>
<div class="col-sm-12 col-md-4 mb-3">
<!-- Radios -->
<strong class="text-muted d-block mb-2">Radio Buttons</strong>
<fieldset>
<div class="custom-control custom-radio mb-1">
<input type="radio" id="formsRadioDefault" name="formsRadioDefault" class="custom-control-input">
<label class="custom-control-label" for="formsRadioDefault">Default</label>
</div>
<div class="custom-control custom-radio mb-1">
<input type="radio" id="formsRadioChecked" name="formsRadioChecked" class="custom-control-input" checked>
<label class="custom-control-label" for="formsRadioChecked">Checked</label>
</div>
<div class="custom-control custom-radio mb-1">
<input type="radio" id="formsRadioDisabled" name="formsRadioDisabled" class="custom-control-input" disabled>
<label class="custom-control-label" for="formsRadioDisabled">Disabled</label>
</div>
<div class="custom-control custom-radio mb-1">
<input type="radio" id="formsRadioDisabledChecked" name="formsRadioDisabledChecked" class="custom-control-input" disabled checked>
<label class="custom-control-label" for="formsRadioDisabledChecked">Disabled Checked</label>
</div>
</fieldset>
<!-- / Radios -->
</div>
<div class="col-sm-12 col-md-4 mb-3">
<!-- Toggles -->
<fieldset>
<strong class="text-muted d-block mb-2">Toggle Switches</strong>
<div class="custom-control custom-toggle custom-toggle-sm mb-1">
<input type="checkbox" id="customToggle1" name="customToggle1" class="custom-control-input">
<label class="custom-control-label" for="customToggle1">Default</label>
</div>
<div class="custom-control custom-toggle custom-toggle-sm mb-1">
<input type="checkbox" id="customToggle2" name="customToggle2" class="custom-control-input" checked="checked">
<label class="custom-control-label" for="customToggle2">Checked</label>
</div>
<div class="custom-control custom-toggle custom-toggle-sm mb-1">
<input type="checkbox" id="customToggle3" name="customToggle3" class="custom-control-input" disabled="disabled">
<label class="custom-control-label" for="customToggle3">Disabled</label>
</div>
<div class="custom-control custom-toggle custom-toggle-sm mb-1">
<input type="checkbox" id="customToggle4" name="customToggle4" class="custom-control-input" checked="checked" disabled="disabled">
<label class="custom-control-label" for="customToggle4">Disabled Checked</label>
</div>
</fieldset>
<!-- / Toggles -->
</div>
</div>
</li>
<li class="list-group-item p-3">
<!-- Small Buttons -->
<strong class="text-muted d-block my-2">Small Buttons</strong>
<div class="row mb-3">
<div class="col">
<button type="button" class="mb-2 btn btn-sm btn-primary mr-1">Primary</button>
<button type="button" class="mb-2 btn btn-sm btn-secondary mr-1">Secondary</button>
<button type="button" class="mb-2 btn btn-sm btn-success mr-1">Success</button>
<button type="button" class="mb-2 btn btn-sm btn-danger mr-1">Danger</button>
<button type="button" class="mb-2 btn btn-sm btn-warning mr-1">Warning</button>
<button type="button" class="mb-2 btn btn-sm btn-info mr-1">Info</button>
<button type="button" class="mb-2 btn btn-sm btn-dark mr-1">Dark</button>
<button type="button" class="mb-2 btn btn-sm btn-white mr-1">White</button>
</div>
</div>
<!-- / Small Buttons -->
<!-- Small Outline Buttons -->
<strong class="text-muted d-block mb-2">Small Outline Buttons</strong>
<div class="row">
<div class="col">
<button type="button" class="mb-2 btn btn-sm btn-outline-primary mr-1">Primary</button>
<button type="button" class="mb-2 btn btn-sm btn-outline-secondary mr-1">Secondary</button>
<button type="button" class="mb-2 btn btn-sm btn-outline-success mr-1">Success</button>
<button type="button" class="mb-2 btn btn-sm btn-outline-danger mr-1">Danger</button>
<button type="button" class="mb-2 btn btn-sm btn-outline-warning mr-1">Warning</button>
<button type="button" class="mb-2 btn btn-sm btn-outline-info mr-1">Info</button>
<button type="button" class="mb-2 btn btn-sm btn-outline-dark mr-1">Dark</button>
<button type="button" class="mb-2 btn btn-sm btn-outline-light mr-1">Light</button>
</div>
</div>
<!-- / Small Outline Buttons -->
</li>
<li class="list-group-item p-3">
<!-- Normal Buttons -->
<strong class="text-muted d-block my-2">Normal Buttons</strong>
<div class="row mb-3">
<div class="col">
<button type="button" class="mb-2 btn btn-primary mr-2">Primary</button>
<button type="button" class="mb-2 btn btn-secondary mr-2">Secondary</button>
<button type="button" class="mb-2 btn btn-success mr-2">Success</button>
<button type="button" class="mb-2 btn btn-danger mr-2">Danger</button>
<button type="button" class="mb-2 btn btn-warning mr-2">Warning</button>
<button type="button" class="mb-2 btn btn-info mr-2">Info</button>
<button type="button" class="mb-2 btn btn-dark mr-2">Dark</button>
<button type="button" class="mb-2 btn btn-white mr-2">White</button>
</div>
</div>
<!-- / Normal Buttons -->
<!-- Normal Outline Buttons -->
<strong class="text-muted d-block mb-2">Normal Outline Buttons</strong>
<div class="row">
<div class="col">
<button type="button" class="mb-2 btn btn-outline-primary mr-2">Primary</button>
<button type="button" class="mb-2 btn btn-outline-secondary mr-2">Secondary</button>
<button type="button" class="mb-2 btn btn-outline-success mr-2">Success</button>
<button type="button" class="mb-2 btn btn-outline-danger mr-2">Danger</button>
<button type="button" class="mb-2 btn btn-outline-warning mr-2">Warning</button>
<button type="button" class="mb-2 btn btn-outline-info mr-2">Info</button>
<button type="button" class="mb-2 btn btn-outline-dark mr-2">Dark</button>
<button type="button" class="mb-2 btn btn-outline-light mr-2">Light</button>
</div>
</div>
<!-- / Normal Outline Buttons -->
</li>
<li class="list-group-item p-3">
<div class="row">
<div class="col-sm-12 col-md-6">
<strong class="text-muted d-block mb-2">Forms</strong>
<form>
<div class="form-group">
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text" id="basic-addon1">@</span>
</div>
<input type="text" class="form-control" placeholder="Username" aria-label="Username" aria-describedby="basic-addon1"> </div>
</div>
<div class="form-group">
<input type="password" class="form-control" id="inputPassword4" placeholder="Password" value="myCoolPassword"> </div>
<div class="form-group">
<input type="text" class="form-control" id="inputAddress" placeholder="1234 Main St" value="7898 Kensington Junction, New York, USA"> </div>
<div class="form-row">
<div class="form-group col-md-7">
<input type="text" class="form-control" id="inputCity" value="New York"> </div>
<div class="form-group col-md-5">
<select id="inputState" class="form-control">
<option selected>Choose...</option>
<option>...</option>
</select>
</div>
</div>
</form>
</div>
<div class="col-sm-12 col-md-6">
<strong class="text-muted d-block mb-2">Form Validation</strong>
<form>
<div class="form-row">
<div class="form-group col-md-6">
<input type="text" class="form-control is-valid" id="validationServer01" placeholder="First name" value="Catalin" required>
<div class="valid-feedback">The first name looks good!</div>
</div>
<div class="form-group col-md-6">
<input type="text" class="form-control is-valid" id="validationServer02" placeholder="Last name" value="Vasile" required>
<div class="valid-feedback">The last name looks good!</div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control is-invalid" id="validationServer03" placeholder="Username" value="catalin.vasile" required>
<div class="invalid-feedback">This username is taken.</div>
</div>
<div class="form-group">
<select class="form-control is-invalid">
<option selected>Choose...</option>
<option>...</option>
</select>
<div class="invalid-feedback">Please select your state.</div>
</div>
</form>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="col-lg-4 mb-4">
<!-- Sliders & Progress Bars -->
<div class="card card-small mb-4">
<div class="card-header border-bottom">
<h6 class="m-0">Sliders & Progress Bars</h6>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item px-3">
<!-- Progress Bars -->
<div class="mb-2">
<strong class="text-muted d-block mb-3">Progress Bars</strong>
<div class="progress progress-sm mb-3">
<div id="progress-bar-example-1" class="progress-bar" role="progressbar" style="width: 20%" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="progress progress-sm mb-3">
<div id="progress-bar-example-2" class="progress-bar bg-info" role="progressbar" style="width: 40%" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="progress progress-sm mb-3">
<div id="progress-bar-example-3" class="progress-bar bg-danger" role="progressbar" style="width: 60%" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="progress progress-sm">
<div id="progress-bar-example-4" class="progress-bar bg-warning" role="progressbar" style="width: 80%" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<!-- / Progress Bars -->
</li>
<li class="list-group-item px-3">
<!-- Sliders -->
<div class="mb-2">
<strong class="text-muted d-block">Custom Sliders</strong>
<div id="slider-example-1" class="slider-success my-4">
<input type="hidden" class="custom-slider-input">
<input type="hidden" class="custom-slider-input"> </div>
<div id="slider-example-2" class="slider-info my-4">
<input type="hidden" class="custom-slider-input">
<input type="hidden" class="custom-slider-input"> </div>
<div id="slider-example-3" class="mt-4">
<input type="hidden" class="custom-slider-input">
<input type="hidden" class="custom-slider-input"> </div>
</div>
<!-- / Sliders -->
</li>
</ul>
</div>
<!-- / Sliders & Progress Bars -->
<!-- Input & Button Groups -->
<div class="card card-small mb-4">
<div class="card-header border-bottom">
<h6 class="m-0">Groups</h6>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item px-3">
<form>
<!-- Button Groups -->
<strong class="text-muted d-block mb-2">Button Groups</strong>
<div class="btn-group btn-group-toggle mb-3" data-toggle="buttons">
<label class="btn btn-white active">
<input type="radio" name="options" id="option1" autocomplete="off" checked> Fizz </label>
<label class="btn btn-white">
<input type="radio" name="options" id="option2" autocomplete="off"> Buzz </label>
<label class="btn btn-white">
<input type="radio" name="options" id="option3" autocomplete="off"> Foo </label>
<label class="btn btn-white">
<input type="radio" name="options" id="option4" autocomplete="off"> Bar </label>
</div>
<!-- / Button Groups -->
<!-- Input Groups -->
<strong class="text-muted d-block mb-2">Input Groups</strong>
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text">@</span>
</div>
<input type="text" class="form-control" placeholder="Username" aria-label="Username" aria-describedby="basic-addon1"> </div>
<div class="input-group mb-3">
<input type="text" class="form-control" placeholder="" aria-label="" aria-describedby="basic-addon2" value="contact">
<div class="input-group-append">
<span class="input-group-text">@designrevision.com</span>
</div>
</div>
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text">$</span>
</div>
<input type="text" class="form-control" aria-label="Amount (to the nearest dollar)" value="1000">
<div class="input-group-append">
<span class="input-group-text">.00</span>
</div>
</div>
<!-- Input Groups -->
<!-- Seamless Input Groups -->
<strong class="text-muted d-block mb-2">Seamless Input Groups</strong>
<div class="input-group mb-3">
<div class="input-group input-group-seamless">
<span class="input-group-prepend">
<span class="input-group-text">
<i class="material-icons">person</i>
</span>
</span>
<input type="text" class="form-control" id="form1-username" placeholder="Username" value="design.revision"> </div>
</div>
<div class="input-group mb-3">
<div class="input-group input-group-seamless">
<input type="password" class="form-control" id="form2-password" placeholder="Password" value="mySuperSecretPa$$word">
<span class="input-group-append">
<span class="input-group-text">
<i class="material-icons">lock</i>
</span>
</span>
</div>
</div>
<!-- / Seamless Input Groups -->
<!-- Input/Button Group -->
<div class="input-group mb-3">
<input type="text" class="form-control" placeholder="Recipient's username" aria-label="Recipient's username" aria-describedby="basic-addon2">
<div class="input-group-append">
<button class="btn btn-white" type="button">Button</button>
</div>
</div>
<!-- / Input/Button Group -->
<!-- Input/Button Group -->
<div class="input-group mb-3">
<div class="input-group-prepend">
<button class="btn btn-white" type="button">Button</button>
</div>
<input type="text" class="form-control" placeholder="Recipient's username" aria-label="Recipient's username" aria-describedby="basic-addon2"> </div>
<!-- / Input/Button Group -->
</form>
</li>
</ul>
</div>
<!-- / Input & Button Groups -->
</div>
</div>
</div>
<footer class="main-footer d-flex p-2 px-3 bg-white border-top">
<ul class="nav">
<li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blog</a>
</li>
</ul>
<span class="copyright ml-auto my-auto mr-2">Copyright © 2018
<a href="https://designrevision.com" rel="nofollow">DesignRevision</a>
</span>
</footer>
</main>
</div>
</div>
<div class="promo-popup animated">
<a href="http://bit.ly/shards-dashboard-pro" class="pp-cta extra-action">
<img src="https://dgc2qnsehk7ta.cloudfront.net/uploads/sd-blog-promo-2.jpg"> </a>
<div class="pp-intro-bar"> Need More Templates?
<span class="close">
<i class="material-icons">close</i>
</span>
<span class="up">
<i class="material-icons">keyboard_arrow_up</i>
</span>
</div>
<div class="pp-inner-content">
<h2>Shards Dashboard Pro</h2>
<p>A premium & modern Bootstrap 4 admin dashboard template pack.</p>
<a class="pp-cta extra-action" href="http://bit.ly/shards-dashboard-pro">Download</a>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.min.js"></script>
<script src="https://unpkg.com/shards-ui@latest/dist/js/shards.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Sharrre/2.0.1/jquery.sharrre.min.js"></script>
<script src="scripts/extras.1.1.0.min.js"></script>
<script src="scripts/shards-dashboards.1.1.0.min.js"></script>
<script src="scripts/app/app-components-overview.1.1.0.js"></script>
</body>
</html>