Spacing for mobile stack layout
Additional attributes passed to the container
Info box slots that can be defined multiple times
Label for the info box
Attributes to pass to info_box on desktop
Attributes to pass to info_box on mobile
<:info_box label="Start Date"> Jan 15, 2025 </:info_box> <:info_box label="End Date"> Feb 20, 2025 </:info_box>
Desktop layout content with pre-rendered info_box components
<.row space="sm" justify="stretch"> <%= info_box_1 %> <%= info_box_2 %> </.row>