Info Box Group

Jan 15 - Feb 20 Dates
12 people Participants
New York, NY Location
Jan 15 - Feb 20 Dates
12 people Participants
New York, NY Location
Attribute Type Documentation Default Value
class :any []
mobile_space :string

Spacing for mobile stack layout

"base"
rest :global

Additional attributes passed to the container

info_box :slot

Info box slots that can be defined multiple times

Show slot attributes Hide slot attributes
Required label * :string

Label for the info box

desktop_attrs :map

Attributes to pass to info_box on desktop

mobile_attrs :map

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>
Required inner_block * :slot

Desktop layout content with pre-rendered info_box components

<.row space="sm" justify="stretch">
  <%= info_box_1 %>
  <%= info_box_2 %>
  <%= info_box_3 %>
</.row>