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
<div class="midwest-calendar-date is-range"> <div class="calendar-date-tile"> <div class="calendar-date-main"> <div class="calendar-date-day-area"> <span class="calendar-date-day">24</span> <span class="calendar-date-year">2026</span> </div> <span class="calendar-date-month">JUN</span> </div> </div> <div class="calendar-date-arrow"> <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 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> </div> <div class="calendar-date-tile"> <div class="calendar-date-main"> <div class="calendar-date-day-area"> <span class="calendar-date-day">4</span> <span class="calendar-date-year">2026</span> </div> <span class="calendar-date-month">JUL</span> </div> </div></div>1
2
3
4
<%= render Midwest::CalendarDateComponent.new( start_date: Date.new(2026, 6, 24), end_date: Date.new(2026, 7, 4)) %>Date Range
Two tiles connected by an arrow, showing a start and end date.
No params configured.
No assets to display.
Add a .js or .css file alongside the component to see it here.
Figma embed for Calendar Date/range
Annotate a preview to embed its Figma design here:
@figma "https://figma.com/..."