Previews

No matching results.

x
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
<div class="midwest-layout size-lg padding-default type-default" style="--layout-grid-gap: 2rem; --layout-sidebar-width: 350px">
<div class="wrapper">
<section class="flex items-center justify-between flex-wrap gap-3">
<div>
<nav class="midwest-breadcrumbs style-inline" aria-label="Breadcrumb">
<ol class="breadcrumbs-list">
<li class="breadcrumb-item">
<a class="midwest-breadcrumb variant-default" href="#">
<span class="midwest-label ">
Reports
</span>
</a>
</li>
<li class="breadcrumb-separator" aria-hidden="true">
<span class="sep-char" aria-hidden="true">/</span>
</li>
<li class="breadcrumb-item">
<span class="midwest-breadcrumb variant-default current" aria-current="page">
<span class="midwest-label ">
Traffic Overview
</span>
</span>
</li>
</ol>
</nav>
<h2 class="text-2xl font-bold text-theme-12 mt-1">Traffic Overview</h2>
</div>
<div class="flex gap-2 flex-wrap items-end">
<div class="midwest-select midwest-form-group ">
<div class="midwest-form-group__top">
<label class="midwest-label " for="date_range-ebd0">
</label>
</div>
<select id="date_range-ebd0" class=""><option value=""></option>
<option selected="selected" value="Last 30 days">Last 30 days</option>
<option value="Last 7 days">Last 7 days</option>
<option value="This month">This month</option>
<option value="Custom range">Custom range</option></select>
</div>
<a class="midwest-button variant-outline size-small theme-primary" name="button" href="/">
<span class="midwest-button-content">
<div class="midwest-icon " aria-hidden="true">
<div class="midwest-icon-inner">
<svg xmlns="http://www.w3.org/2000/svg" class="Midwest-Icon__Svg" viewbox="0 0 512 512" focusable="false" aria-hidden="true"><path d="M376 160H272v153.37l52.69-52.68a16 16 0 0122.62 22.62l-80 80a16 16 0 01-22.62 0l-80-80a16 16 0 0122.62-22.62L240 313.37V160H136a56.06 56.06 0 00-56 56v208a56.06 56.06 0 0056 56h240a56.06 56.06 0 0056-56V216a56.06 56.06 0 00-56-56zM272 48a16 16 0 00-32 0v112h32z"></path></svg>
</div>
</div>
Export</span>
<div class="midwest-loading-icon" role="img" aria-label="Loading" aria-hidden="true" style="display: none">
<div class="midwest-loading-icon-inner">
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg viewbox="0 0 120 30" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="Midwest-LoadingIcon__Svg" focusable="false" aria-hidden="true">
<circle cx="15" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="60" cy="15" r="9" fill-opacity="0.3">
<animate attributename="r" from="9" to="9" begin="0s" dur="0.8s" values="9;15;9" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="0.5" to="0.5" begin="0s" dur="0.8s" values=".5;1;.5" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="105" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
</svg>
</div>
</div>
</a>
<a class="midwest-button variant-default size-small theme-primary" name="button" href="/">
<span class="midwest-button-content">
<div class="midwest-icon " aria-hidden="true">
<div class="midwest-icon-inner">
<svg xmlns="http://www.w3.org/2000/svg" class="Midwest-Icon__Svg" viewbox="0 0 512 512" focusable="false" aria-hidden="true"><path d="M480 128a64 64 0 00-64-64h-16V48.45c0-8.61-6.62-16-15.23-16.43A16 16 0 00368 48v16H144V48.45c0-8.61-6.62-16-15.23-16.43A16 16 0 00112 48v16H96a64 64 0 00-64 64v12a4 4 0 004 4h440a4 4 0 004-4zM32 416a64 64 0 0064 64h320a64 64 0 0064-64V179a3 3 0 00-3-3H35a3 3 0 00-3 3zm344-208a24 24 0 11-24 24 24 24 0 0124-24zm0 80a24 24 0 11-24 24 24 24 0 0124-24zm-80-80a24 24 0 11-24 24 24 24 0 0124-24zm0 80a24 24 0 11-24 24 24 24 0 0124-24zm0 80a24 24 0 11-24 24 24 24 0 0124-24zm-80-80a24 24 0 11-24 24 24 24 0 0124-24zm0 80a24 24 0 11-24 24 24 24 0 0124-24zm-80-80a24 24 0 11-24 24 24 24 0 0124-24zm0 80a24 24 0 11-24 24 24 24 0 0124-24z"></path></svg>
</div>
</div>
Schedule</span>
<div class="midwest-loading-icon" role="img" aria-label="Loading" aria-hidden="true" style="display: none">
<div class="midwest-loading-icon-inner">
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg viewbox="0 0 120 30" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="Midwest-LoadingIcon__Svg" focusable="false" aria-hidden="true">
<circle cx="15" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="60" cy="15" r="9" fill-opacity="0.3">
<animate attributename="r" from="9" to="9" begin="0s" dur="0.8s" values="9;15;9" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="0.5" to="0.5" begin="0s" dur="0.8s" values=".5;1;.5" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="105" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
</svg>
</div>
</div>
</a>
</div>
</section>
<div class="midwest-grid" style="--grid-width: 180px; --grid-gap: 1rem">
<article data-controller="midwest-card" class="midwest-card midwest-stat theme-green">
<div class="wrap">
<section>
<div class="stat-content">
<div class="stat-value">1.24M</div>
<div class="stat-label">Page views</div>
</div>
</section>
<footer>
<div class="stat-meta">
<div class="stat-trend trend-up">
<span class="midwest-badge has-icon size-sm theme-green trend-value">
<div class="midwest-icon ">
<div class="midwest-icon-inner">
<svg xmlns="http://www.w3.org/2000/svg" class="Midwest-Icon__Svg" viewbox="0 0 512 512" focusable="false" role="img" aria-label="Arrow up circle"><title>Arrow up circle</title>
<path d="M256 48C141.13 48 48 141.13 48 256s93.13 208 208 208 208-93.13 208-208S370.87 48 256 48zm91.36 212.65a16 16 0 01-22.63.09L272 208.42V342a16 16 0 01-32 0V208.42l-52.73 52.32A16 16 0 11164.73 238l80-79.39a16 16 0 0122.54 0l80 79.39a16 16 0 01.09 22.65z"></path></svg>
</div>
</div>
<span class="value">+18%</span>
</span> <span class="trend-label">vs last period</span>
</div>
</div>
</footer>
</div>
</article>
<article data-controller="midwest-card" class="midwest-card midwest-stat theme-blue">
<div class="wrap">
<section>
<div class="stat-content">
<div class="stat-value">84,210</div>
<div class="stat-label">Unique visitors</div>
</div>
</section>
<footer>
<div class="stat-meta">
<div class="stat-trend trend-up">
<span class="midwest-badge has-icon size-sm theme-green trend-value">
<div class="midwest-icon ">
<div class="midwest-icon-inner">
<svg xmlns="http://www.w3.org/2000/svg" class="Midwest-Icon__Svg" viewbox="0 0 512 512" focusable="false" role="img" aria-label="Arrow up circle"><title>Arrow up circle</title>
<path d="M256 48C141.13 48 48 141.13 48 256s93.13 208 208 208 208-93.13 208-208S370.87 48 256 48zm91.36 212.65a16 16 0 01-22.63.09L272 208.42V342a16 16 0 01-32 0V208.42l-52.73 52.32A16 16 0 11164.73 238l80-79.39a16 16 0 0122.54 0l80 79.39a16 16 0 01.09 22.65z"></path></svg>
</div>
</div>
<span class="value">+9%</span>
</span> <span class="trend-label">vs last period</span>
</div>
</div>
</footer>
</div>
</article>
<article data-controller="midwest-card" class="midwest-card midwest-stat theme-teal">
<div class="wrap">
<section>
<div class="stat-content">
<div class="stat-value">42.3%</div>
<div class="stat-label">Bounce rate</div>
</div>
</section>
<footer>
<div class="stat-meta">
<div class="stat-trend trend-down">
<span class="midwest-badge has-icon size-sm theme-red trend-value">
<div class="midwest-icon ">
<div class="midwest-icon-inner">
<svg xmlns="http://www.w3.org/2000/svg" class="Midwest-Icon__Svg" viewbox="0 0 512 512" focusable="false" role="img" aria-label="Arrow down circle"><title>Arrow down circle</title>
<path d="M256 464c114.87 0 208-93.13 208-208S370.87 48 256 48 48 141.13 48 256s93.13 208 208 208zm-91.36-212.65a16 16 0 0122.63-.09L240 303.58V170a16 16 0 0132 0v133.58l52.73-52.32A16 16 0 11347.27 274l-80 79.39a16 16 0 01-22.54 0l-80-79.39a16 16 0 01-.09-22.65z"></path></svg>
</div>
</div>
<span class="value">-3.1%</span>
</span> <span class="trend-label">vs last period</span>
</div>
</div>
</footer>
</div>
</article>
<article data-controller="midwest-card" class="midwest-card midwest-stat theme-violet">
<div class="wrap">
<section>
<div class="stat-content">
<div class="stat-value">3m 47s</div>
<div class="stat-label">Avg. session</div>
</div>
</section>
<footer>
<div class="stat-meta">
<div class="stat-trend trend-up">
<span class="midwest-badge has-icon size-sm theme-green trend-value">
<div class="midwest-icon ">
<div class="midwest-icon-inner">
<svg xmlns="http://www.w3.org/2000/svg" class="Midwest-Icon__Svg" viewbox="0 0 512 512" focusable="false" role="img" aria-label="Arrow up circle"><title>Arrow up circle</title>
<path d="M256 48C141.13 48 48 141.13 48 256s93.13 208 208 208 208-93.13 208-208S370.87 48 256 48zm91.36 212.65a16 16 0 01-22.63.09L272 208.42V342a16 16 0 01-32 0V208.42l-52.73 52.32A16 16 0 11164.73 238l80-79.39a16 16 0 0122.54 0l80 79.39a16 16 0 01.09 22.65z"></path></svg>
</div>
</div>
<span class="value">+12s</span>
</span> <span class="trend-label">vs last period</span>
</div>
</div>
</footer>
</div>
</article>
<article data-controller="midwest-card" class="midwest-card midwest-stat theme-orange">
<div class="wrap">
<section>
<div class="stat-content">
<div class="stat-value">2,148</div>
<div class="stat-label">Conversions</div>
</div>
</section>
<footer>
<div class="stat-meta">
<div class="stat-trend trend-down">
<span class="midwest-badge has-icon size-sm theme-red trend-value">
<div class="midwest-icon ">
<div class="midwest-icon-inner">
<svg xmlns="http://www.w3.org/2000/svg" class="Midwest-Icon__Svg" viewbox="0 0 512 512" focusable="false" role="img" aria-label="Arrow down circle"><title>Arrow down circle</title>
<path d="M256 464c114.87 0 208-93.13 208-208S370.87 48 256 48 48 141.13 48 256s93.13 208 208 208zm-91.36-212.65a16 16 0 0122.63-.09L240 303.58V170a16 16 0 0132 0v133.58l52.73-52.32A16 16 0 11347.27 274l-80 79.39a16 16 0 01-22.54 0l-80-79.39a16 16 0 01-.09-22.65z"></path></svg>
</div>
</div>
<span class="value">-4%</span>
</span> <span class="trend-label">vs last period</span>
</div>
</div>
</footer>
</div>
</article>
</div>
</div>
</div>
<div class="midwest-layout size-lg padding-default type-one-third-flipped" style="--layout-grid-gap: 2rem; --layout-sidebar-width: 350px">
<div class="wrapper">
<aside class="space-y-4">
<article data-controller="midwest-card" class="midwest-card">
<div class="wrap">
<section>
<h3 class="text-sm font-semibold text-theme-11 mb-3">Filters</h3>
<div class="space-y-3 text-sm">
<div>
<label class="font-medium text-theme-9 block mb-1">Channel</label>
<div class="space-y-1">
<div class="midwest-checkbox midwest-form-group ">
<div class="midwest-form-group__top">
<input type="checkbox" id="channel_organic_search-ebe0" value="1" class="checkbox" aria-checked="true" checked="checked" />
<label class="midwest-label " for="channel_organic_search-ebe0">
Organic search
</label>
</div>
</div>
<div class="midwest-checkbox midwest-form-group ">
<div class="midwest-form-group__top">
<input type="checkbox" id="channel_direct-ebe8" value="1" class="checkbox" aria-checked="true" checked="checked" />
<label class="midwest-label " for="channel_direct-ebe8">
Direct
</label>
</div>
</div>
<div class="midwest-checkbox midwest-form-group ">
<div class="midwest-form-group__top">
<input type="checkbox" id="channel_referral-ebf0" value="1" class="checkbox" aria-checked="false" />
<label class="midwest-label " for="channel_referral-ebf0">
Referral
</label>
</div>
</div>
<div class="midwest-checkbox midwest-form-group ">
<div class="midwest-form-group__top">
<input type="checkbox" id="channel_social-ebf8" value="1" class="checkbox" aria-checked="false" />
<label class="midwest-label " for="channel_social-ebf8">
Social
</label>
</div>
</div>
<div class="midwest-checkbox midwest-form-group ">
<div class="midwest-form-group__top">
<input type="checkbox" id="channel_email-ec00" value="1" class="checkbox" aria-checked="false" />
<label class="midwest-label " for="channel_email-ec00">
Email
</label>
</div>
</div>
</div>
</div>
<div class="border-t border-theme-3 pt-3">
<label class="font-medium text-theme-9 block mb-1">Device</label>
<div class="space-y-1">
<div class="midwest-checkbox midwest-form-group ">
<div class="midwest-form-group__top">
<input type="checkbox" id="device_desktop-ec08" value="1" class="checkbox" aria-checked="true" checked="checked" />
<label class="midwest-label " for="device_desktop-ec08">
Desktop
</label>
</div>
</div>
<div class="midwest-checkbox midwest-form-group ">
<div class="midwest-form-group__top">
<input type="checkbox" id="device_mobile-ec10" value="1" class="checkbox" aria-checked="true" checked="checked" />
<label class="midwest-label " for="device_mobile-ec10">
Mobile
</label>
</div>
</div>
<div class="midwest-checkbox midwest-form-group ">
<div class="midwest-form-group__top">
<input type="checkbox" id="device_tablet-ec18" value="1" class="checkbox" aria-checked="false" />
<label class="midwest-label " for="device_tablet-ec18">
Tablet
</label>
</div>
</div>
</div>
</div>
<div class="border-t border-theme-3 pt-3">
<div class="midwest-select midwest-form-group ">
<div class="midwest-form-group__top">
<label class="midwest-label " for="country-ec20">
Country
</label>
</div>
<select id="country-ec20" class=""><option value=""></option>
<option selected="selected" value="All countries">All countries</option>
<option value="United States">United States</option>
<option value="Canada">Canada</option>
<option value="United Kingdom">United Kingdom</option></select>
</div>
</div>
<div class="pt-2 border-t border-theme-3 flex gap-2">
<a class="midwest-button variant-default size-small fill theme-primary" name="button" href="/">
<span class="midwest-button-content">Apply filters</span>
<div class="midwest-loading-icon" role="img" aria-label="Loading" aria-hidden="true" style="display: none">
<div class="midwest-loading-icon-inner">
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg viewbox="0 0 120 30" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="Midwest-LoadingIcon__Svg" focusable="false" aria-hidden="true">
<circle cx="15" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="60" cy="15" r="9" fill-opacity="0.3">
<animate attributename="r" from="9" to="9" begin="0s" dur="0.8s" values="9;15;9" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="0.5" to="0.5" begin="0s" dur="0.8s" values=".5;1;.5" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="105" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
</svg>
</div>
</div>
</a>
<a class="midwest-button variant-ghost size-small fill theme-primary" name="button" href="/">
<span class="midwest-button-content">Reset</span>
<div class="midwest-loading-icon" role="img" aria-label="Loading" aria-hidden="true" style="display: none">
<div class="midwest-loading-icon-inner">
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg viewbox="0 0 120 30" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="Midwest-LoadingIcon__Svg" focusable="false" aria-hidden="true">
<circle cx="15" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="60" cy="15" r="9" fill-opacity="0.3">
<animate attributename="r" from="9" to="9" begin="0s" dur="0.8s" values="9;15;9" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="0.5" to="0.5" begin="0s" dur="0.8s" values=".5;1;.5" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="105" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
</svg>
</div>
</div>
</a>
</div>
</div>
</section>
</div>
</article>
<div class="midwest-callout theme-cyan">
<div class="callout-wrap">
<div data-controller="midwest-prose" class="midwest-prose prose">
<p class="text-sm">Organic search is driving <strong>54%</strong> of all traffic — up from 48% last month.</p>
</div>
</div>
</div>
</aside>
<section class="space-y-4 min-w-0">
<article data-controller="midwest-card" class="midwest-card">
<div class="wrap">
<section>
<div class="flex items-center justify-between mb-4">
<h3 class="text-base font-semibold text-theme-11">Page Views Over Time</h3>
<div class="flex gap-1">
<a class="midwest-button variant-ghost size-small theme-primary" name="button" href="/">
<span class="midwest-button-content">D</span>
<div class="midwest-loading-icon" role="img" aria-label="Loading" aria-hidden="true" style="display: none">
<div class="midwest-loading-icon-inner">
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg viewbox="0 0 120 30" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="Midwest-LoadingIcon__Svg" focusable="false" aria-hidden="true">
<circle cx="15" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="60" cy="15" r="9" fill-opacity="0.3">
<animate attributename="r" from="9" to="9" begin="0s" dur="0.8s" values="9;15;9" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="0.5" to="0.5" begin="0s" dur="0.8s" values=".5;1;.5" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="105" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
</svg>
</div>
</div>
</a>
<a class="midwest-button variant-ghost size-small theme-primary" name="button" href="/">
<span class="midwest-button-content">W</span>
<div class="midwest-loading-icon" role="img" aria-label="Loading" aria-hidden="true" style="display: none">
<div class="midwest-loading-icon-inner">
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg viewbox="0 0 120 30" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="Midwest-LoadingIcon__Svg" focusable="false" aria-hidden="true">
<circle cx="15" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="60" cy="15" r="9" fill-opacity="0.3">
<animate attributename="r" from="9" to="9" begin="0s" dur="0.8s" values="9;15;9" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="0.5" to="0.5" begin="0s" dur="0.8s" values=".5;1;.5" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="105" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
</svg>
</div>
</div>
</a>
<a class="midwest-button variant-default size-small theme-primary" name="button" href="/">
<span class="midwest-button-content">M</span>
<div class="midwest-loading-icon" role="img" aria-label="Loading" aria-hidden="true" style="display: none">
<div class="midwest-loading-icon-inner">
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg viewbox="0 0 120 30" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="Midwest-LoadingIcon__Svg" focusable="false" aria-hidden="true">
<circle cx="15" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="60" cy="15" r="9" fill-opacity="0.3">
<animate attributename="r" from="9" to="9" begin="0s" dur="0.8s" values="9;15;9" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="0.5" to="0.5" begin="0s" dur="0.8s" values=".5;1;.5" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="105" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
</svg>
</div>
</div>
</a>
<a class="midwest-button variant-ghost size-small theme-primary" name="button" href="/">
<span class="midwest-button-content">Y</span>
<div class="midwest-loading-icon" role="img" aria-label="Loading" aria-hidden="true" style="display: none">
<div class="midwest-loading-icon-inner">
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg viewbox="0 0 120 30" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="Midwest-LoadingIcon__Svg" focusable="false" aria-hidden="true">
<circle cx="15" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="60" cy="15" r="9" fill-opacity="0.3">
<animate attributename="r" from="9" to="9" begin="0s" dur="0.8s" values="9;15;9" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="0.5" to="0.5" begin="0s" dur="0.8s" values=".5;1;.5" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="105" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
</svg>
</div>
</div>
</a>
</div>
</div>
<div class="w-full bg-theme-1 rounded-xl flex items-end gap-1 p-4" style="height: 220px;">
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 38%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 52%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 45%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 70%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 61%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 83%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 75%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 90%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 68%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 95%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 82%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 100%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 78%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 88%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 92%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 84%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 76%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 95%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 88%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 100%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 91%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 87%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 93%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 96%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 80%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 94%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 88%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 97%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 92%;"></div>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: 100%;"></div>
</div>
<div class="flex justify-between text-xs text-theme-6 mt-1 px-4">
<span>May 1</span><span>May 15</span><span>May 31</span>
</div>
</section>
</div>
</article>
<div data-controller="midwest-table" class="midwest-table-wrapper">
<div class="midwest-table-loading-overlay" aria-hidden="true">
<div class="midwest-loading-icon" role="img" aria-label="Loading" decorative="true">
<div class="midwest-loading-icon-inner">
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg viewbox="0 0 120 30" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="Midwest-LoadingIcon__Svg" focusable="false" aria-hidden="true">
<circle cx="15" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="60" cy="15" r="9" fill-opacity="0.3">
<animate attributename="r" from="9" to="9" begin="0s" dur="0.8s" values="9;15;9" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="0.5" to="0.5" begin="0s" dur="0.8s" values=".5;1;.5" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
<circle cx="105" cy="15" r="15">
<animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate>
<animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate>
</circle>
</svg>
</div>
</div>
</div>
<div class="midwest-table-scroll">
<table class="midwest-table">
<caption class="sr-only">Top Pages</caption>
<thead class="midwest-table-head">
<tr>
<th scope="col" class="midwest-table-th align-start">
Page
</th>
<th scope="col" class="midwest-table-th align-end">
Views
</th>
<th scope="col" class="midwest-table-th align-end">
Bounce
</th>
</tr>
</thead>
<tbody class="midwest-table-body">
<tr class="midwest-table-row">
<td class="midwest-table-td align-start">
<code class="text-xs font-mono text-theme-9">/</code>
</td>
<td class="midwest-table-td align-end">
<span class="tabular-nums text-theme-8">218,400</span>
</td>
<td class="midwest-table-td align-end">
<span class="midwest-badge size-sm theme-green">
<span class="value">38%</span>
</span>
</td>
</tr>
<tr class="midwest-table-row">
<td class="midwest-table-td align-start">
<code class="text-xs font-mono text-theme-9">/pricing</code>
</td>
<td class="midwest-table-td align-end">
<span class="tabular-nums text-theme-8">84,210</span>
</td>
<td class="midwest-table-td align-end">
<span class="midwest-badge size-sm theme-red">
<span class="value">52%</span>
</span>
</td>
</tr>
<tr class="midwest-table-row">
<td class="midwest-table-td align-start">
<code class="text-xs font-mono text-theme-9">/blog/design-systems</code>
</td>
<td class="midwest-table-td align-end">
<span class="tabular-nums text-theme-8">62,100</span>
</td>
<td class="midwest-table-td align-end">
<span class="midwest-badge size-sm theme-green">
<span class="value">29%</span>
</span>
</td>
</tr>
<tr class="midwest-table-row">
<td class="midwest-table-td align-start">
<code class="text-xs font-mono text-theme-9">/docs/getting-started</code>
</td>
<td class="midwest-table-td align-end">
<span class="tabular-nums text-theme-8">44,800</span>
</td>
<td class="midwest-table-td align-end">
<span class="midwest-badge size-sm theme-green">
<span class="value">21%</span>
</span>
</td>
</tr>
<tr class="midwest-table-row">
<td class="midwest-table-td align-start">
<code class="text-xs font-mono text-theme-9">/changelog</code>
</td>
<td class="midwest-table-td align-end">
<span class="tabular-nums text-theme-8">31,200</span>
</td>
<td class="midwest-table-td align-end">
<span class="midwest-badge size-sm theme-green">
<span class="value">45%</span>
</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
</div>
</div>
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
<%= midwest_layout(size: :lg, gap: 2) do %>
<%# Header %>
<section class="flex items-center justify-between flex-wrap gap-3">
<div>
<%= midwest_breadcrumbs({ title: "Reports", path: "#" }, { title: "Traffic Overview", path: "#" }) %>
<h2 class="text-2xl font-bold text-theme-12 mt-1">Traffic Overview</h2>
</div>
<div class="flex gap-2 flex-wrap items-end">
<%= midwest_form_select(name: 'date_range', choices: ['Last 30 days', 'Last 7 days', 'This month', 'Custom range'], value: 'Last 30 days') %>
<%= midwest_button("Export", icon: :'download', size: :small, variant: :outline) %>
<%= midwest_button("Schedule", icon: :calendar, size: :small) %>
</div>
</section>
<%# KPI strip %>
<%= midwest_grid(width: 180, gap: 1) do %>
<%= render Midwest::StatComponent.new(value: "1.24M", label: "Page views", trend: "+18%", trend_label: "vs last period", color: :green) %>
<%= render Midwest::StatComponent.new(value: "84,210", label: "Unique visitors", trend: "+9%", trend_label: "vs last period", color: :blue) %>
<%= render Midwest::StatComponent.new(value: "42.3%", label: "Bounce rate", trend: "-3.1%", trend_label: "vs last period", color: :teal) %>
<%= render Midwest::StatComponent.new(value: "3m 47s", label: "Avg. session", trend: "+12s", trend_label: "vs last period", color: :violet) %>
<%= render Midwest::StatComponent.new(value: "2,148", label: "Conversions", trend: "-4%", trend_label: "vs last period", color: :orange) %>
<% end %>
<% end %>
<%# Chart + filter split %>
<%= midwest_layout(type: :'one-third', size: :lg, gap: 2, flipped: true) do %>
<%# Filter sidebar %>
<aside class="space-y-4">
<%= midwest_card do %>
<h3 class="text-sm font-semibold text-theme-11 mb-3">Filters</h3>
<div class="space-y-3 text-sm">
<div>
<label class="font-medium text-theme-9 block mb-1">Channel</label>
<div class="space-y-1">
<% [["Organic search", true], ["Direct", true], ["Referral", false], ["Social", false], ["Email", false]].each do |ch, checked| %>
<%= midwest_form_checkbox(name: "channel_#{ch.downcase.tr(' ', '_')}", label: ch, checked: checked) %>
<% end %>
</div>
</div>
<div class="border-t border-theme-3 pt-3">
<label class="font-medium text-theme-9 block mb-1">Device</label>
<div class="space-y-1">
<% [["Desktop", true], ["Mobile", true], ["Tablet", false]].each do |dev, checked| %>
<%= midwest_form_checkbox(name: "device_#{dev.downcase}", label: dev, checked: checked) %>
<% end %>
</div>
</div>
<div class="border-t border-theme-3 pt-3">
<%= midwest_form_select(name: 'country', label: 'Country', choices: ['All countries', 'United States', 'Canada', 'United Kingdom'], value: 'All countries') %>
</div>
<div class="pt-2 border-t border-theme-3 flex gap-2">
<%= midwest_button("Apply filters", fill: true, size: :small) %>
<%= midwest_button("Reset", fill: true, size: :small, variant: :ghost) %>
</div>
</div>
<% end %>
<%# Quick insight %>
<%= midwest_callout(state: :info, title: "Top source this period") do %>
<%= midwest_prose do %>
<p class="text-sm">Organic search is driving <strong>54%</strong> of all traffic — up from 48% last month.</p>
<% end %>
<% end %>
</aside>
<%# Chart area %>
<section class="space-y-4 min-w-0">
<%= midwest_card do %>
<div class="flex items-center justify-between mb-4">
<h3 class="text-base font-semibold text-theme-11">Page Views Over Time</h3>
<div class="flex gap-1">
<% [["D", false], ["W", false], ["M", true], ["Y", false]].each do |lbl, active| %>
<%= midwest_button(lbl, size: :small, variant: active ? :default : :ghost) %>
<% end %>
</div>
</div>
<%# Chart placeholder %>
<div class="w-full bg-theme-1 rounded-xl flex items-end gap-1 p-4" style="height: 220px;">
<% [38, 52, 45, 70, 61, 83, 75, 90, 68, 95, 82, 100, 78, 88, 92, 84, 76, 95, 88, 100, 91, 87, 93, 96, 80, 94, 88, 97, 92, 100].each do |h| %>
<div class="flex-1 rounded-t-sm bg-theme-7 opacity-70 hover:opacity-100 transition-opacity" style="height: <%= h %>%;"></div>
<% end %>
</div>
<div class="flex justify-between text-xs text-theme-6 mt-1 px-4">
<span>May 1</span><span>May 15</span><span>May 31</span>
</div>
<% end %>
<%# Top pages table %>
<%
pages = [
{ path: "/", views: "218,400", bounce: "38%" },
{ path: "/pricing", views: "84,210", bounce: "52%" },
{ path: "/blog/design-systems", views: "62,100", bounce: "29%" },
{ path: "/docs/getting-started", views: "44,800", bounce: "21%" },
{ path: "/changelog", views: "31,200", bounce: "45%" },
]
%>
<%= midwest_table(collection: pages, caption: "Top Pages") do |t| %>
<% t.with_column("Page") do |row| %>
<code class="text-xs font-mono text-theme-9"><%= row[:path] %></code>
<% end %>
<% t.with_column("Views", align: :end) do |row| %>
<span class="tabular-nums text-theme-8"><%= row[:views] %></span>
<% end %>
<% t.with_column("Bounce", align: :end) do |row| %>
<%= midwest_badge(row[:bounce], state: row[:bounce].to_i > 45 ? :error : :success, size: :sm) %>
<% end %>
<% end %>
</section>
<% end %>

No assets to display.
Add a .js or .css file alongside the component to see it here.

Accessibility

Figma embed for Layouts/analytics_report

Annotate a preview to embed its Figma design here:

@figma "https://figma.com/..."