Function leptos_dom::html::menu
source · pub fn menu(cx: Scope) -> HtmlElement<Menu>Expand description
The <menu> HTML element is a semantic alternative to ul. It represents an unordered list of items (represented by li elements), each of these represent a link or other command that the user can activate.