Skip to main content

Menu

Function Menu 

Source
pub fn Menu(props: MenuProps) -> impl IntoView
Expand description

A simple menu, for any type of vertical navigation. https://bulma.io/documentation/components/menu/

§Required Props

  • children: Children
    • Child content of the menu (MenuLabel, MenuList, etc.).

§Optional Props

  • classes: impl Into<Signal<String>>
    • Extra classes to apply to the Bulma “menu” container.
  • test_attr: impl Into<TestAttr>
    • Optional test attribute (renders as data-* attribute) on the root