<:info_box label="Featured" desktop_attrs={%{id: "featured-box"}} mobile_attrs={%{id: "mobile-featured-box"}}>
Important Info
</:info_box>
<:info_box label="Regular" desktop_attrs={%{id: "regular-box", secondary: true}} mobile_attrs={%{id: "mobile-regular-box", secondary: true}}>
Regular Info
</:info_box>
|