Function leptos_dom::html::video

source ·
pub fn video(cx: Scope) -> HtmlElement<Video>
Expand description

The <video> HTML element embeds a media player which supports video playback into the document. You can use <video> for audio content as well, but the audio element may provide a more appropriate user experience.