Please fill out as many of the following questions as possible so we can help you promptly! If you don’t know how to answer or it does not apply, feel free to remove it or leave it blank.
Builder content link
Builder public api key
Don’t have access to this
What are you trying to accomplish
Given a reusable “Frame” component, I’d like to pass an array of strings to it. For context, these string values are image URLs, used for multiple media elements.
Screenshots or video link Screenshots of your issue, or even better a link to a video of what is happening or what you are trying to accomplish. We love using loom for that sort of thing
Code stack you are integrating Builder with e.g. NextJS, react, Shopify
NextJS
Reproducible code example If you are having integration errors, please link to codesandbox or copy and paste your problematic code here. The more detail the better!
The part that needs to be dynamic is the imageProps.sourceSets array. It takes an array of strings which define the different images to be used for the source set. Similarly, the text content is an array of strings as well.