I need to display an external webpage in a block in a page in react. In trad web you could use a iframe. Is there a way to do this within react?
Hi Jason Herrington,
Yes, you can use html tag widget in that you can put iframe
Regards,
Rajat
Rajat - interesting! How would you set the address the iframe is going to display?
In the attribute property you have to take src option:
Thank you!