Replies: 2 comments
|
Currently there is the collapsible menu in the sidebar and then the 3rd level the menu pops out to the side. |
0 replies
|
Following up on this — nested dropdowns landed properly in 4.0.0. <BbDropdownMenu>
<BbDropdownMenuTrigger>Actions</BbDropdownMenuTrigger>
<BbDropdownMenuContent>
<BbDropdownMenuItem>Edit</BbDropdownMenuItem>
<BbDropdownMenuSub>
<BbDropdownMenuSubTrigger>Share</BbDropdownMenuSubTrigger>
<BbDropdownMenuSubContent>
<BbDropdownMenuItem>Copy link</BbDropdownMenuItem>
<BbDropdownMenuItem>Email</BbDropdownMenuItem>
</BbDropdownMenuSubContent>
</BbDropdownMenuSub>
</BbDropdownMenuContent>
</BbDropdownMenu>They nest to any depth, keep roving focus and typeahead, and flip side when the submenu would run off the viewport.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Unless I'm missing something, .. it seems that there's currently no support for nested dropdown menus?
All reactions