Function leptos_dom::html::ol
source · pub fn ol(cx: Scope) -> HtmlElement<Ol>
Expand description
The <ol>
HTML element represents an ordered list of items — typically rendered as a numbered list.
pub fn ol(cx: Scope) -> HtmlElement<Ol>
The <ol>
HTML element represents an ordered list of items — typically rendered as a numbered list.