pub fn MenuBarMenu(props: MenuBarMenuProps) -> impl IntoViewExpand description
A single top-level menu within a MenuBar, keyed by id, showing a label trigger that toggles its children dropdown and coordinates open state through the bar’s context.
§Required Props
- id:
impl Into<String> - label:
impl Into<String> - children:
ChildrenFn