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="Dates"> Jan 15 - Feb 20 </:info_box> <:info_box label="Participants"> 12 people </:info_box> <:info_box label="Location"> New York, NY </:info_box>
Desktop layout content with pre-rendered info_box components
<.stack space="base"> <.row space="sm" justify="stretch"> <%= info_box_1 %> <%= info_box_2 %> </.row> <%= info_box_3 %> </.stack>