leptos::html

Function ul

Source
pub fn ul() -> HtmlElement<Ul, (), ()>
Expand description

The <ul> HTML element represents an unordered list of items, typically rendered as a bulleted list.