Function leptos_dom::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.
pub fn iframe(cx: Scope) -> HtmlElement<Iframe>The <iframe> HTML element represents a nested browsing context, embedding another HTML page into the current one.