selection
🛠 Attributes
Attribute
Type
Required
Description
Child Item Attributes
Attribute
Type
Required
Description
💡 Examples
<grid
columns="repeat(3, 1fr)"
gap="16px"
selectionMode="multiple"
maxSelections="3"
selectedClass="selected"
onSelect="handlePhotoSelect"
>
<repeat source="photos">
<box selectable="true">
<image bind="url"/>
</box>
</repeat>
</grid>🧩 AI Interpretation Guidelines
Last updated

