Stripe storefront repeater surface. Use for product grids/lists/cards bound to Stripe data.
Canvas component. Children define each repeated card/row. In Stripe presets, this binds dataSource to Stripe collections and repeats child layout per item.
| Property | Type | Description | Examples |
|---|---|---|---|
dataSource | object | Connector binding for repeated data (typically Stripe products) | - |
scope | string | Nested data scope key when repeating from a parent data item | - |
splitBy | string | Nested array key to split item rows for child repetition | - |
refetchOnUrlChange | boolean | Refetch data when storefront URL filters change Default: true | - |
canDelete | boolean | - Default: true | - |
canEditName | boolean | - Default: true | - |
custom | object | - | - |
className | string | Tailwind classes for grid/list/card layout wrapper | grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-space-md w-full |