Skip to content
Discussion options

You must be logged in to vote

Yes — this shipped in 4.0.0, and sorry it took a while to get back to you.

Menubar gained the same submenu family the other menus have:

<BbMenubar>
    <BbMenubarMenu>
        <BbMenubarTrigger>File</BbMenubarTrigger>
        <BbMenubarContent>
            <BbMenubarItem>New</BbMenubarItem>
            <BbMenubarSub>
                <BbMenubarSubTrigger>Open Recent</BbMenubarSubTrigger>
                <BbMenubarSubContent>
                    <BbMenubarItem>Project A</BbMenubarItem>
                    <BbMenubarItem>Project B</BbMenubarItem>
                </BbMenubarSubContent>
            </BbMenubarSub>
            <BbMenubarSeparator />
            <BbMenubarItem>Exit</BbMenubarItem>…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mathewtaylor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants