Function leptos::html::iframe

source ·
pub fn iframe(cx: Scope) -> HtmlElement<Iframe>
Expand description

The <iframe> HTML element represents a nested browsing context, embedding another HTML page into the current one.