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
<div class="midwest-layout size-lg padding-default type-sidebar-flipped" style="--layout-grid-gap: 3rem; --layout-sidebar-width: 300px">
<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">Current Plan</h3>
<div class="flex items-start justify-between">
<div>
<div class="flex items-center gap-2 mb-1">
<span class="text-lg font-bold text-theme-12">Orbit Pro</span>
<span class="midwest-badge size-sm theme-green">
<span class="value">Active</span>
</span>
</div>
<p class="text-xs text-theme-7">Annual ยท Renews Jan 1, 2027</p>
</div>
</div>
<div class="mt-4 pt-4 border-t border-theme-3 space-y-1.5 text-sm">
<div class="flex justify-between text-theme-8">
<span>Seats used</span><span>18 / 25</span>
</div>
<div class="flex justify-between text-theme-8">
<span>Storage used</span><span>87 GB / 100 GB</span>
</div>
<div class="flex justify-between font-bold text-theme-12 pt-2 border-t border-theme-3">
<span>Next charge</span><span>$952.02</span>
</div>
</div>
<div class="flex gap-2 mt-4">
<a class="midwest-button variant-default size-small fill theme-primary" name="button" href="/">
<span class="midwest-button-content">Manage plan</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">Cancel</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>
</article>
<article data-controller="midwest-card" class="midwest-card padding-sm">
<div class="wrap">
<section>
<h3 class="text-xs font-semibold text-theme-8 uppercase tracking-wide mb-3">Seat Usage</h3>
<div class="midwest-progress-bar size-default variant-default theme-orange">
<div class="progress-bar-header">
<span class="progress-bar-label">Seats</span>
<span class="progress-bar-value">72%</span>
</div>
<div class="progress-track" role="progressbar" aria-label="Seats" aria-valuemin="0" aria-valuemax="100" aria-valuenow="72">
<div class="progress-fill" style="width: 72.0%"></div>
</div>
</div>
<p class="text-xs text-theme-7 mt-2">18 of 25 seats filled. <a href="#" class="text-theme-7 underline">Add more seats</a></p>
</section>
</div>
</article>
<article data-controller="midwest-card" class="midwest-card padding-sm">
<div class="wrap">
<section>
<h3 class="text-xs font-semibold text-theme-8 uppercase tracking-wide mb-3">Storage</h3>
<div class="midwest-progress-bar size-default variant-default theme-red">
<div class="progress-bar-header">
<span class="progress-bar-label">Storage</span>
<span class="progress-bar-value">87%</span>
</div>
<div class="progress-track" role="progressbar" aria-label="Storage" aria-valuemin="0" aria-valuemax="100" aria-valuenow="87">
<div class="progress-fill" style="width: 87.0%"></div>
</div>
</div>
<p class="text-xs text-theme-7 mt-2">87 GB of 100 GB used. Running low.</p>
</section>
</div>
</article>
<article data-controller="midwest-card" class="midwest-card padding-sm">
<div class="wrap">
<section>
<h3 class="text-xs font-semibold text-theme-8 uppercase tracking-wide mb-3">Payment Method</h3>
<div class="flex items-center gap-3">
<div class="midwest-icon text-xl text-theme-6 flex-shrink-0">
<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="Card"><title>Card</title>
<path d="M32 376a56 56 0 0056 56h336a56 56 0 0056-56V222H32zm66-76a30 30 0 0130-30h48a30 30 0 0130 30v20a30 30 0 01-30 30h-48a30 30 0 01-30-30zM424 80H88a56 56 0 00-56 56v26h448v-26a56 56 0 00-56-56z"></path></svg>
</div>
</div>
<div>
<p class="text-sm font-medium text-theme-11">Visa ending in 4242</p>
<p class="text-xs text-theme-7">Expires 08/28</p>
</div>
</div>
<a class="midwest-button variant-ghost size-small theme-primary mt-2" name="button" href="/">
<span class="midwest-button-content">Update</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>
</section>
</div>
</article>
</aside>
<section class="space-y-4 min-w-0">
<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 ">
Settings
</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 ">
Billing
</span>
</span>
</li>
</ol>
</nav>
<div class="flex items-center justify-between mt-2">
<h2 class="text-2xl font-bold text-theme-12">Billing</h2>
<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>
Download all</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="midwest-callout theme-orange">
<div class="callout-wrap">
<div data-controller="midwest-prose" class="midwest-prose prose">
<p>Your storage is almost full. Upgrade your plan or archive old files to avoid upload disruption.</p>
</div>
<div class="mt-3">
<a class="midwest-button variant-default size-small theme-orange" name="button" href="/">
<span class="midwest-button-content">Upgrade storage</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>
<div data-controller="midwest-table" class="midwest-table-wrapper">
<div class="midwest-table-toolbar">
<div class="flex items-center justify-between px-5 py-4">
<h3 class="text-sm font-semibold text-theme-11">Invoice History</h3>
<div class="midwest-select midwest-form-group ">
<div class="midwest-form-group__top">
<label class="midwest-label " for="year_filter-10240">
</label>
</div>
<select id="year_filter-10240" class=""><option value=""></option>
<option selected="selected" value="All time">All time</option>
<option value="2026">2026</option>
<option value="2025">2025</option></select>
</div>
</div>
</div>
<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">Invoice History</caption>
<thead class="midwest-table-head">
<tr>
<th scope="col" class="midwest-table-th align-start">
Invoice
</th>
<th scope="col" class="midwest-table-th align-start">
Date
</th>
<th scope="col" class="midwest-table-th align-end">
Amount
</th>
<th scope="col" class="midwest-table-th align-start">
Status
</th>
<th scope="col" class="midwest-table-th align-start">
</th>
</tr>
</thead>
<tbody class="midwest-table-body">
<tr class="midwest-table-row">
<td class="midwest-table-td align-start">
<span class="font-medium text-theme-9 font-mono text-xs">INV-2026-005</span>
</td>
<td class="midwest-table-td align-start">
<span class="text-theme-8">May 1, 2026</span>
</td>
<td class="midwest-table-td align-end">
<span class="text-theme-9 font-semibold tabular-nums">$952.02</span>
</td>
<td class="midwest-table-td align-start">
<span class="midwest-badge size-sm theme-green">
<span class="value">Paid</span>
</span>
</td>
<td class="midwest-table-td align-start">
<a class="midwest-button variant-ghost 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>
PDF</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>
</td>
</tr>
<tr class="midwest-table-row">
<td class="midwest-table-td align-start">
<span class="font-medium text-theme-9 font-mono text-xs">INV-2026-004</span>
</td>
<td class="midwest-table-td align-start">
<span class="text-theme-8">Apr 1, 2026</span>
</td>
<td class="midwest-table-td align-end">
<span class="text-theme-9 font-semibold tabular-nums">$952.02</span>
</td>
<td class="midwest-table-td align-start">
<span class="midwest-badge size-sm theme-green">
<span class="value">Paid</span>
</span>
</td>
<td class="midwest-table-td align-start">
<a class="midwest-button variant-ghost 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>
PDF</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>
</td>
</tr>
<tr class="midwest-table-row">
<td class="midwest-table-td align-start">
<span class="font-medium text-theme-9 font-mono text-xs">INV-2026-003</span>
</td>
<td class="midwest-table-td align-start">
<span class="text-theme-8">Mar 1, 2026</span>
</td>
<td class="midwest-table-td align-end">
<span class="text-theme-9 font-semibold tabular-nums">$952.02</span>
</td>
<td class="midwest-table-td align-start">
<span class="midwest-badge size-sm theme-green">
<span class="value">Paid</span>
</span>
</td>
<td class="midwest-table-td align-start">
<a class="midwest-button variant-ghost 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>
PDF</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>
</td>
</tr>
<tr class="midwest-table-row">
<td class="midwest-table-td align-start">
<span class="font-medium text-theme-9 font-mono text-xs">INV-2026-002</span>
</td>
<td class="midwest-table-td align-start">
<span class="text-theme-8">Feb 1, 2026</span>
</td>
<td class="midwest-table-td align-end">
<span class="text-theme-9 font-semibold tabular-nums">$952.02</span>
</td>
<td class="midwest-table-td align-start">
<span class="midwest-badge size-sm theme-orange">
<span class="value">Late</span>
</span>
</td>
<td class="midwest-table-td align-start">
<a class="midwest-button variant-ghost 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>
PDF</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>
</td>
</tr>
<tr class="midwest-table-row">
<td class="midwest-table-td align-start">
<span class="font-medium text-theme-9 font-mono text-xs">INV-2026-001</span>
</td>
<td class="midwest-table-td align-start">
<span class="text-theme-8">Jan 1, 2026</span>
</td>
<td class="midwest-table-td align-end">
<span class="text-theme-9 font-semibold tabular-nums">$952.02</span>
</td>
<td class="midwest-table-td align-start">
<span class="midwest-badge size-sm theme-green">
<span class="value">Paid</span>
</span>
</td>
<td class="midwest-table-td align-start">
<a class="midwest-button variant-ghost 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>
PDF</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>
</td>
</tr>
<tr class="midwest-table-row">
<td class="midwest-table-td align-start">
<span class="font-medium text-theme-9 font-mono text-xs">INV-2025-012</span>
</td>
<td class="midwest-table-td align-start">
<span class="text-theme-8">Dec 1, 2025</span>
</td>
<td class="midwest-table-td align-end">
<span class="text-theme-9 font-semibold tabular-nums">$880.00</span>
</td>
<td class="midwest-table-td align-start">
<span class="midwest-badge size-sm theme-green">
<span class="value">Paid</span>
</span>
</td>
<td class="midwest-table-td align-start">
<a class="midwest-button variant-ghost 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>
PDF</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>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<nav class="midwest-pagination variant-default" aria-label="Pagination">
<div class="midwest-pagination-controls">
<span class="midwest-pagination-btn is-prev is-disabled" aria-disabled="true" aria-label="Previous page">
<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" role="img" aria-label="Arrow back"><title>Arrow back</title>
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M244 400L100 256l144-144M120 256h292"></path></svg>
</div>
</div>
</span>
<span class="midwest-pagination-btn is-current" aria-current="page">1</span>
<a class="midwest-pagination-btn" aria-label="Go to page 2" href="#page-2">2</a>
<a class="midwest-pagination-btn" aria-label="Go to page 3" href="#page-3">3</a>
<a class="midwest-pagination-btn is-next" aria-label="Go to next page" href="#page-2">
<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" role="img" aria-label="Arrow forward"><title>Arrow forward</title>
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M268 112l144 144-144 144M392 256H100"></path></svg>
</div>
</div>
</a> </div>
</nav>
</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
111
112
113
114
115
116
117
118
119
120
<%= midwest_layout(type: :sidebar, size: :lg, sidebar_width: 300, gap: 3, flipped: true) do %>
<%# ---- Billing summary sidebar ---- %>
<aside class="space-y-4">
<%= midwest_card do %>
<h3 class="text-sm font-semibold text-theme-11 mb-3">Current Plan</h3>
<div class="flex items-start justify-between">
<div>
<div class="flex items-center gap-2 mb-1">
<span class="text-lg font-bold text-theme-12">Orbit Pro</span>
<%= midwest_badge("Active", state: :success, size: :sm) %>
</div>
<p class="text-xs text-theme-7">Annual ยท Renews Jan 1, 2027</p>
</div>
</div>
<div class="mt-4 pt-4 border-t border-theme-3 space-y-1.5 text-sm">
<div class="flex justify-between text-theme-8">
<span>Seats used</span><span>18 / 25</span>
</div>
<div class="flex justify-between text-theme-8">
<span>Storage used</span><span>87 GB / 100 GB</span>
</div>
<div class="flex justify-between font-bold text-theme-12 pt-2 border-t border-theme-3">
<span>Next charge</span><span>$952.02</span>
</div>
</div>
<div class="flex gap-2 mt-4">
<%= midwest_button("Manage plan", fill: true, size: :small) %>
<%= midwest_button("Cancel", fill: true, size: :small, variant: :ghost) %>
</div>
<% end %>
<%# Seat progress %>
<%= midwest_card(padding: :sm) do %>
<h3 class="text-xs font-semibold text-theme-8 uppercase tracking-wide mb-3">Seat Usage</h3>
<%= midwest_progress_bar(value: 72, label: "Seats", show_label: true, show_value: true, state: :warning) %>
<p class="text-xs text-theme-7 mt-2">18 of 25 seats filled. <a href="#" class="text-theme-7 underline">Add more seats</a></p>
<% end %>
<%# Storage progress %>
<%= midwest_card(padding: :sm) do %>
<h3 class="text-xs font-semibold text-theme-8 uppercase tracking-wide mb-3">Storage</h3>
<%= midwest_progress_bar(value: 87, label: "Storage", show_label: true, show_value: true, state: :error) %>
<p class="text-xs text-theme-7 mt-2">87 GB of 100 GB used. Running low.</p>
<% end %>
<%# Payment method %>
<%= midwest_card(padding: :sm) do %>
<h3 class="text-xs font-semibold text-theme-8 uppercase tracking-wide mb-3">Payment Method</h3>
<div class="flex items-center gap-3">
<%= midwest_icon :card, class: "text-xl text-theme-6 flex-shrink-0" %>
<div>
<p class="text-sm font-medium text-theme-11">Visa ending in 4242</p>
<p class="text-xs text-theme-7">Expires 08/28</p>
</div>
</div>
<%= midwest_button("Update", size: :small, variant: :ghost, class: "mt-2") %>
<% end %>
</aside>
<%# ---- Invoice history ---- %>
<section class="space-y-4 min-w-0">
<div>
<%= midwest_breadcrumbs({ title: "Settings", path: "#" }, { title: "Billing", path: "#" }) %>
<div class="flex items-center justify-between mt-2">
<h2 class="text-2xl font-bold text-theme-12">Billing</h2>
<%= midwest_button("Download all", icon: :'download', size: :small, variant: :outline) %>
</div>
</div>
<%= midwest_callout(state: :warning, title: "Action required") do %>
<%= midwest_prose do %>
<p>Your storage is almost full. Upgrade your plan or archive old files to avoid upload disruption.</p>
<% end %>
<div class="mt-3">
<%= midwest_button("Upgrade storage", size: :small, state: :warning) %>
</div>
<% end %>
<%# Invoice table %>
<%
invoices = [
{ id: "INV-2026-005", date: "May 1, 2026", amount: "$952.02", status: :success, label: "Paid" },
{ id: "INV-2026-004", date: "Apr 1, 2026", amount: "$952.02", status: :success, label: "Paid" },
{ id: "INV-2026-003", date: "Mar 1, 2026", amount: "$952.02", status: :success, label: "Paid" },
{ id: "INV-2026-002", date: "Feb 1, 2026", amount: "$952.02", status: :warning, label: "Late" },
{ id: "INV-2026-001", date: "Jan 1, 2026", amount: "$952.02", status: :success, label: "Paid" },
{ id: "INV-2025-012", date: "Dec 1, 2025", amount: "$880.00", status: :success, label: "Paid" },
]
%>
<%= midwest_table(collection: invoices, caption: "Invoice History") do |t| %>
<% t.with_toolbar do %>
<div class="flex items-center justify-between px-5 py-4">
<h3 class="text-sm font-semibold text-theme-11">Invoice History</h3>
<%= midwest_form_select(name: 'year_filter', choices: ['All time', '2026', '2025'], value: 'All time') %>
</div>
<% end %>
<% t.with_column("Invoice") do |inv| %>
<span class="font-medium text-theme-9 font-mono text-xs"><%= inv[:id] %></span>
<% end %>
<% t.with_column("Date") do |inv| %>
<span class="text-theme-8"><%= inv[:date] %></span>
<% end %>
<% t.with_column("Amount", align: :end) do |inv| %>
<span class="text-theme-9 font-semibold tabular-nums"><%= inv[:amount] %></span>
<% end %>
<% t.with_column("Status") do |inv| %>
<%= midwest_badge(inv[:label], state: inv[:status], size: :sm) %>
<% end %>
<% t.with_column("") do |_inv| %>
<%= midwest_button("PDF", size: :small, variant: :ghost, icon: :'download') %>
<% end %>
<% end %>
<%= midwest_pagination(
current_page: 1,
total_pages: 3,
page_url: ->(p) { "#page-#{p}" }
) %>
</section>
<% end %>

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

Accessibility

Figma embed for Layouts/billing_portal

Annotate a preview to embed its Figma design here:

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