Creating components at runtime

I need some help to create and render components at runtime. Specifically , I want to render a number of iframes with specific URLs based on user Inputs.

I don’t believe this is possible but if it is I would like to know how!

Could the Listview component work for your use case?

Here's an example that allows a user to select how many iframes are showing at a given time based on the value of a select component. Then, we set the number of rows in the listview dynamically using the select components value: