Function leptos_dom::html::legend
source · pub fn legend(cx: Scope) -> HtmlElement<Legend>
Expand description
The <legend>
HTML element represents a caption for the content of its parent fieldset.
pub fn legend(cx: Scope) -> HtmlElement<Legend>
The <legend>
HTML element represents a caption for the content of its parent fieldset.