Function leptos_dom::html::ul
source · pub fn ul(cx: Scope) -> HtmlElement<Ul>
Expand description
The <ul>
HTML element represents an unordered list of items, typically rendered as a bulleted list.
pub fn ul(cx: Scope) -> HtmlElement<Ul>
The <ul>
HTML element represents an unordered list of items, typically rendered as a bulleted list.