pub fn Menu(props: MenuProps) -> impl IntoViewExpand 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
When provided as a &str or String, this becomes
data-testid="value". You can also pass a fullTestAttrto override the attribute key (e.g.,data-cy).
-