Skip to main content

Frame / Path

Use a frame card to display external web pages.

from h2o_wave import site, ui

page = site['/demo']

page['example'] = ui.frame_card(
box='1 1 -1 -1',
title='Example',
path='https://example.com',
)

page.save()

Tags:  frame