How to use HTML page from GrapeJS?

I saw that GrapeJS add-on allows you to download and get HTML pages. Question is, how can we display downloaded HTML files on the screen? By extension, is there a way to display any HTML files in the layout / screen as UI components? Thanks!

Hello!

Take a look at BrowserFrame component. It shows the HTML content in the <iframe> tag.

You can see online demo.
Documentation: BrowserFrame :: Jmix Documentation.

There also HtmlBoxLayout component, but it works with embedded HTML in the code.
Online demo.
Documentation: HtmlBoxLayout :: Jmix Documentation